Color Hex Logo

#bd722a Color Hex

#BD722A
(189,114,42)
0 Favorites   0 Comments

Color spaces of #bd722a

RGB 18911442
HSL0.080.640.45
HSV29°78°74°
CMYK 0.000.400.78   0.26
XYZ27.421523.02065.1886
Yxy23.02060.49290.4138
Hunter Lab47.979818.052027.1741
CIE-Lab55.093623.947850.0658

#bd722a color RGB value is (189,114,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 00101010
Octal 275 162 52
Decimal 189 114 42
Hex BD 72 2A

RGB Percentages of Color #bd722a

%54.78
%33.04
%12.17

CMYK Percentages of Color #bd722a

%0
%40
%78
%26

Triadic Colors of #bd722a

#bd722a #2abd72 #722abd

Analogous Colors of #bd722a

#bd722a #bdbc2a #bd2a2b

Monochromatic Colors of #bd722a

#bd722a

Complementary Color

#bd722a #2a75bd

#bd722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd722a Color CSS Codes

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

#bd722a Text Font Color

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

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


#bd722a Background Color

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

This div background color is #bd722a


#bd722a Border Color

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

This div border color is #bd722a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,114,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 #bd722a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd722a


Comments

No comments written yet.

Please login to write comment.