#BDB877

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

Shades of Dark Khaki #BDB877

Tints of Dark Khaki #BDB877

Color information

#BDB877 (or 0xBDB877) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 77. RGB value is (189,184,119). Sum of RGB (Red+Green+Blue) = 189+184+119=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB877 is #424788. Grayscale: #B2B2B2. Windows color (decimal): -4343689 or 7846077. OLE color: 7846077.

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

Color convert

RGB189184119-
CMYK00.030.370.26
HSL55.71º34.65%60.39%-
HSV(B)55.71º37.04%74.12%-
XYZ41.4646.4324.23-
YUV178.0894.66135.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=38.41%
G=37.40%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918411900.030.370.2655.7134.6560.39
HexBDB87703251A38233c
Octal275270167034532704374
Binary1011110110111000111011101110010111010111000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB877; }

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

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

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

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

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

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

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

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