#BDB875

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

Shades of Dark Khaki #BDB875

Tints of Dark Khaki #BDB875

Color information

#BDB875 (or 0xBDB875) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 75. RGB value is (189,184,117). Sum of RGB (Red+Green+Blue) = 189+184+117=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB875 is #42478A. Grayscale: #B2B2B2. Windows color (decimal): -4343691 or 7715005. OLE color: 7715005.

HSL color Cylindrical-coordinate representation of color #BDB875: hue angle of 55.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB875 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189184117-
CMYK00.030.380.26
HSL55.83º35.29%60%-
HSV(B)55.83º38.1%74.12%-
XYZ41.3446.3823.6-
YUV177.8693.66135.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=38.57%
G=37.55%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918411700.030.380.2655.8335.2960
HexBDB87503261A38233c
Octal275270165034632704374
Binary1011110110111000111010101110011011010111000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB875; }

 p { color: rgb(189,184,117); }

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

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

 a { background-color: rgb(189,184,117); }

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

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

 span { border-color: rgb(189,184,117); }

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