Color Hex Logo

#bd752b Color Hex

#BD752B
(189,117,43)
0 Favorites   0 Comments

Color spaces of #bd752b

RGB 18911743
HSL0.080.630.45
HSV30°77°74°
CMYK 0.000.380.77   0.26
XYZ27.783623.71585.3988
Yxy23.71580.48830.4168
Hunter Lab48.698916.614527.5163
CIE-Lab55.802122.341550.3213

#bd752b color RGB value is (189,117,43).

#bd752b hex color red value is 189, green value is 117 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bd752b hue: 0.08 , saturation: 0.63 and the lightness value of bd752b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 00101011
Octal 275 165 53
Decimal 189 117 43
Hex BD 75 2B

RGB Percentages of Color #bd752b

%54.15
%33.52
%12.32

CMYK Percentages of Color #bd752b

%0
%38
%77
%26

Triadic Colors of #bd752b

#bd752b #2bbd75 #752bbd

Analogous Colors of #bd752b

#bd752b #bcbd2b #bd2c2b

Monochromatic Colors of #bd752b

#bd752b

Complementary Color

#bd752b #2b73bd

#bd752b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd752b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd752b Color CSS Codes

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

#bd752b Text Font Color

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

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


#bd752b Background Color

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

This div background color is #bd752b


#bd752b Border Color

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

This div border color is #bd752b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd752b


Comments

No comments written yet.

Please login to write comment.