#BDB86F

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

Shades of Dark Khaki #BDB86F

Tints of Dark Khaki #BDB86F

Color information

#BDB86F (or 0xBDB86F) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 6F. RGB value is (189,184,111). Sum of RGB (Red+Green+Blue) = 189+184+111=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86F is #424790. Grayscale: #B1B1B1. Windows color (decimal): -4343697 or 7321789. OLE color: 7321789.

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

Color convert

RGB189184111-
CMYK00.030.410.26
HSL56.15º37.14%58.82%-
HSV(B)56.15º41.27%74.12%-
XYZ4146.2521.8-
YUV177.1790.66136.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=39.05%
G=38.02%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918411100.030.410.2656.1537.1458.82
HexBDB86F03291A38253b
Octal275270157035132704573
Binary1011110110111000110111101110100111010111000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB86F; }

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

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

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

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

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

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

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

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