Color Hex Logo

#bd735b Color Hex

#BD735B
(189,115,91)
0 Favorites   0 Comments

Color spaces of #bd735b

RGB 18911591
HSL0.040.430.55
HSV15°52°74°
CMYK 0.000.390.52   0.26
XYZ29.005323.835612.9695
Yxy23.83560.44070.3622
Hunter Lab48.821720.610018.4248
CIE-Lab55.922826.615425.5997

#bd735b color RGB value is (189,115,91).

#bd735b hex color red value is 189, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bd735b hue: 0.04 , saturation: 0.43 and the lightness value of bd735b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01011011
Octal 275 163 133
Decimal 189 115 91
Hex BD 73 5B

RGB Percentages of Color #bd735b

%47.85
%29.11
%23.04

CMYK Percentages of Color #bd735b

%0
%39
%52
%26

Triadic Colors of #bd735b

#bd735b #5bbd73 #735bbd

Analogous Colors of #bd735b

#bd735b #bda45b #bd5b74

Monochromatic Colors of #bd735b

#bd735b

Complementary Color

#bd735b #5ba5bd

#bd735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd735b Color CSS Codes

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

#bd735b Text Font Color

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

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


#bd735b Background Color

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

This div background color is #bd735b


#bd735b Border Color

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

This div border color is #bd735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd735b


Comments

No comments written yet.

Please login to write comment.