Color Hex Logo

#bd754a Color Hex

#BD754A
(189,117,74)
0 Favorites   0 Comments

Color spaces of #bd754a

RGB 18911774
HSL0.060.470.52
HSV22°61°74°
CMYK 0.000.380.61   0.26
XYZ28.583624.03589.6114
Yxy24.03580.45930.3862
Hunter Lab49.026318.274022.6949
CIE-Lab56.123624.110535.3001

#bd754a color RGB value is (189,117,74).

#bd754a hex color red value is 189, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd754a hue: 0.06 , saturation: 0.47 and the lightness value of bd754a is 0.52.

The process color (four color CMYK) of #bd754a color hex is 0.00, 0.38, 0.61, 0.26. Web safe color of #bd754a is #cc6633. Color #bd754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 01001010
Octal 275 165 112
Decimal 189 117 74
Hex BD 75 4A

RGB Percentages of Color #bd754a

%49.74
%30.79
%19.47

CMYK Percentages of Color #bd754a

%0
%38
%61
%26

Triadic Colors of #bd754a

#bd754a #4abd75 #754abd

Analogous Colors of #bd754a

#bd754a #bdaf4a #bd4a59

Monochromatic Colors of #bd754a

#bd754a

Complementary Color

#bd754a #4a92bd

#bd754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd754a Color CSS Codes

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

#bd754a Text Font Color

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

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


#bd754a Background Color

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

This div background color is #bd754a


#bd754a Border Color

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

This div border color is #bd754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd754a


Comments

No comments written yet.

Please login to write comment.