#BDB861

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

Shades of Dark Khaki #BDB861

Tints of Dark Khaki #BDB861

Color information

#BDB861 (or 0xBDB861) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 61. RGB value is (189,184,97). Sum of RGB (Red+Green+Blue) = 189+184+97=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB861 is #42479E. Grayscale: #AFAFAF. Windows color (decimal): -4343711 or 6404285. OLE color: 6404285.

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

Color convert

RGB18918497-
CMYK00.030.490.26
HSL56.74º41.07%56.08%-
HSV(B)56.74º48.68%74.12%-
XYZ40.2845.9618.06-
YUV175.5883.66137.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 20.64%
R=40.21%
G=39.15%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891849700.030.490.2656.7441.0756.08
HexBDB86103311A392938
Octal275270141036132715170
Binary1011110110111000110000101111000111010111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB861; }

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

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

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

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

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

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

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

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