Color Hex Logo

#bd737b Color Hex

#BD737B
(189,115,123)
0 Favorites   0 Comments

Color spaces of #bd737b

RGB 189115123
HSL0.980.360.60
HSV354°39°74°
CMYK 0.000.390.35   0.26
XYZ30.692224.510321.8522
Yxy24.51030.39830.3181
Hunter Lab49.507924.02158.4856
CIE-Lab56.595130.12088.0681

#bd737b color RGB value is (189,115,123).

#bd737b hex color red value is 189, green value is 115 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd737b hue: 0.98 , saturation: 0.36 and the lightness value of bd737b is 0.60.

The process color (four color CMYK) of #bd737b color hex is 0.00, 0.39, 0.35, 0.26. Web safe color of #bd737b is #cc6666. Color #bd737b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01111011
Octal 275 163 173
Decimal 189 115 123
Hex BD 73 7B

RGB Percentages of Color #bd737b

%44.26
%26.93
%28.81

CMYK Percentages of Color #bd737b

%0
%39
%35
%26

Triadic Colors of #bd737b

#bd737b #7bbd73 #737bbd

Analogous Colors of #bd737b

#bd737b #bd9073 #bd73a0

Monochromatic Colors of #bd737b

#bd737b

Complementary Color

#bd737b #73bdb5

#bd737b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd737b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd737b Color CSS Codes

.mybgcolor {background-color:#bd737b; } 
.myforecolor {color:#bd737b; }
.mybordercolor {border:3px solid #bd737b; }

#bd737b Text Font Color

<p style="color:#bd737b">Text here</p>

This sample text font color is #bd737b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd737b Background Color

<div style="background-color:#bd737b">
Div content here</div>

This div background color is #bd737b


#bd737b Border Color

<div style="border:3px solid #bd737b">
Div here</div>

This div border color is #bd737b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,115,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd737b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd737b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd737b;
  box-shadow:         1px 1px 3px 2px #bd737b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,115,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd737b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd737b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd737b;
  box-shadow:         1px 1px 3px 2px #bd737b;">
Div content here</div>

This div box has shadow with color #bd737b


Comments

No comments written yet.

Please login to write comment.