Color Hex Logo

#bd802b Color Hex

#BD802B
(189,128,43)
0 Favorites   0 Comments

Color spaces of #bd802b

RGB 18912843
HSL0.100.630.45
HSV35°77°74°
CMYK 0.000.320.77   0.26
XYZ29.141526.43165.8514
Yxy26.43160.47440.4303
Hunter Lab51.411711.208129.2401
CIE-Lab58.444516.272352.8787

#bd802b color RGB value is (189,128,43).

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

The process color (four color CMYK) of #bd802b color hex is 0.00, 0.32, 0.77, 0.26. Web safe color of #bd802b is #cc9933. Color #bd802b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 00101011
Octal 275 200 53
Decimal 189 128 43
Hex BD 80 2B

RGB Percentages of Color #bd802b

%52.50
%35.56
%11.94

CMYK Percentages of Color #bd802b

%0
%32
%77
%26

Triadic Colors of #bd802b

#bd802b #2bbd80 #802bbd

Analogous Colors of #bd802b

#bd802b #b1bd2b #bd372b

Monochromatic Colors of #bd802b

#bd802b

Complementary Color

#bd802b #2b68bd

#bd802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd802b Color CSS Codes

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

#bd802b Text Font Color

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

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


#bd802b Background Color

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

This div background color is #bd802b


#bd802b Border Color

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

This div border color is #bd802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd802b


Comments

No comments written yet.

Please login to write comment.