Color Hex Logo

#bd736b Color Hex

#BD736B
(189,115,107)
0 Favorites   0 Comments

Color spaces of #bd736b

RGB 189115107
HSL0.020.380.58
HSV43°74°
CMYK 0.000.390.43   0.26
XYZ29.770824.141817.0007
Yxy24.14180.41980.3404
Hunter Lab49.134322.169313.8794
CIE-Lab56.229528.229316.8378

#bd736b color RGB value is (189,115,107).

#bd736b hex color red value is 189, green value is 115 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bd736b hue: 0.02 , saturation: 0.38 and the lightness value of bd736b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01101011
Octal 275 163 153
Decimal 189 115 107
Hex BD 73 6B

RGB Percentages of Color #bd736b

%45.99
%27.98
%26.03

CMYK Percentages of Color #bd736b

%0
%39
%43
%26

Triadic Colors of #bd736b

#bd736b #6bbd73 #736bbd

Analogous Colors of #bd736b

#bd736b #bd9c6b #bd6b8c

Monochromatic Colors of #bd736b

#bd736b

Complementary Color

#bd736b #6bb5bd

#bd736b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd736b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd736b Color CSS Codes

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

#bd736b Text Font Color

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

This sample text font color is #bd736b
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.


#bd736b Background Color

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

This div background color is #bd736b


#bd736b Border Color

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

This div border color is #bd736b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd736b


Comments

No comments written yet.

Please login to write comment.