Color Hex Logo

#bd743b Color Hex

#BD743B
(189,116,59)
0 Favorites   0 Comments

Color spaces of #bd743b

RGB 18911659
HSL0.070.520.49
HSV26°69°74°
CMYK 0.000.390.69   0.26
XYZ28.021123.62547.2210
Yxy23.62540.47600.4013
Hunter Lab48.606017.843925.2159
CIE-Lab55.710823.678142.6845

#bd743b color RGB value is (189,116,59).

#bd743b hex color red value is 189, green value is 116 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd743b hue: 0.07 , saturation: 0.52 and the lightness value of bd743b is 0.49.

The process color (four color CMYK) of #bd743b color hex is 0.00, 0.39, 0.69, 0.26. Web safe color of #bd743b is #cc6633. Color #bd743b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 00111011
Octal 275 164 73
Decimal 189 116 59
Hex BD 74 3B

RGB Percentages of Color #bd743b

%51.92
%31.87
%16.21

CMYK Percentages of Color #bd743b

%0
%39
%69
%26

Triadic Colors of #bd743b

#bd743b #3bbd74 #743bbd

Analogous Colors of #bd743b

#bd743b #bdb53b #bd3b43

Monochromatic Colors of #bd743b

#bd743b

Complementary Color

#bd743b #3b84bd

#bd743b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd743b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd743b Color CSS Codes

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

#bd743b Text Font Color

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

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


#bd743b Background Color

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

This div background color is #bd743b


#bd743b Border Color

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

This div border color is #bd743b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd743b


Comments

No comments written yet.

Please login to write comment.