Color Hex Logo

#bd772a Color Hex

#BD772A
(189,119,42)
0 Favorites   0 Comments

Color spaces of #bd772a

RGB 18911942
HSL0.090.640.45
HSV31°78°74°
CMYK 0.000.370.78   0.26
XYZ28.001024.17965.3818
Yxy24.17960.48640.4201
Hunter Lab49.172815.593027.9318
CIE-Lab56.267221.200251.2003

#bd772a color RGB value is (189,119,42).

#bd772a hex color red value is 189, green value is 119 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd772a hue: 0.09 , saturation: 0.64 and the lightness value of bd772a is 0.45.

The process color (four color CMYK) of #bd772a color hex is 0.00, 0.37, 0.78, 0.26. Web safe color of #bd772a is #cc6633. Color #bd772a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00101010
Octal 275 167 52
Decimal 189 119 42
Hex BD 77 2A

RGB Percentages of Color #bd772a

%54.00
%34.00
%12.00

CMYK Percentages of Color #bd772a

%0
%37
%78
%26

Triadic Colors of #bd772a

#bd772a #2abd77 #772abd

Analogous Colors of #bd772a

#bd772a #babd2a #bd2d2a

Monochromatic Colors of #bd772a

#bd772a

Complementary Color

#bd772a #2a70bd

#bd772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd772a Color CSS Codes

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

#bd772a Text Font Color

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

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


#bd772a Background Color

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

This div background color is #bd772a


#bd772a Border Color

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

This div border color is #bd772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd772a


Comments

No comments written yet.

Please login to write comment.