#BDB977

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

Shades of Dark Khaki #BDB977

Tints of Dark Khaki #BDB977

Color information

#BDB977 (or 0xBDB977) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 77. RGB value is (189,185,119). Sum of RGB (Red+Green+Blue) = 189+185+119=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB977 is #424688. Grayscale: #B2B2B2. Windows color (decimal): -4343433 or 7846333. OLE color: 7846333.

HSL color Cylindrical-coordinate representation of color #BDB977: hue angle of 56.57º 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 #BDB977 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189185119-
CMYK00.020.370.26
HSL56.57º34.65%60.39%-
HSV(B)56.57º37.04%74.12%-
XYZ41.6746.8524.3-
YUV178.6794.33135.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=38.34%
G=37.53%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918511900.020.370.2656.5734.6560.39
HexBDB97702251A39233c
Octal275271167024532714374
Binary1011110110111001111011101010010111010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB977; }

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

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

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

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

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

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

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

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