#BDB771

Color #BDB771 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDB771

Tints of Dark Khaki #BDB771

Color information

#BDB771 (or 0xBDB771) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 71. RGB value is (189,183,113). Sum of RGB (Red+Green+Blue) = 189+183+113=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB771 is #42488E. Grayscale: #B1B1B1. Windows color (decimal): -4343951 or 7452605. OLE color: 7452605.

HSL color Cylindrical-coordinate representation of color #BDB771: hue angle of 55.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB771 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189183113-
CMYK00.030.400.26
HSL55.26º36.54%59.22%-
HSV(B)55.26º40.21%74.12%-
XYZ40.945.8822.32-
YUV176.8191.99136.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=38.97%
G=37.73%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918311300.030.400.2655.2636.5459.22
HexBDB77103281A37253b
Octal275267161035032674573
Binary1011110110110111111000101110100011010110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB771; }

 p { color: rgb(189,183,113); }

 H1.HeaderClassName
 {
   color: #BDB771;
 }
 .AnyTagClassName
 {
   color: #BDB771;
 }
</style>
background-color css

<style>
 a { background-color: #BDB771; }

 a { background-color: rgb(189,183,113); }

 div.DivClassName
 {
   background-color: #BDB771;
 }
 .BgClassName
 {
   background-color: #BDB771;
 }
</style>
border-color css

<style>
 span { border-color: #BDB771; }

 span { border-color: rgb(189,183,113); }

 td.TdClassName
 {
   border-color: #BDB771;
 }
 .TagClassName
 {
   border-color: #BDB771;
 }
</style>