#BDB06F

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

Shades of Dark Khaki #BDB06F

Tints of Dark Khaki #BDB06F

Color information

#BDB06F (or 0xBDB06F) is unknown color: approx Dark Khaki. HEX triplet: BD, B0 and 6F. RGB value is (189,176,111). Sum of RGB (Red+Green+Blue) = 189+176+111=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB06F is #424F90. Grayscale: #ACACAC. Windows color (decimal): -4345745 or 7319741. OLE color: 7319741.

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

Color convert

RGB189176111-
CMYK00.070.410.26
HSL50º37.14%58.82%-
HSV(B)50º41.27%74.12%-
XYZ39.3843.0221.27-
YUV172.4893.31139.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=39.71%
G=36.97%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917611100.070.410.265037.1458.82
HexBDB06F07291A32253b
Octal275260157075132624573
Binary10111101101100001101111011110100111010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB06F; }

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

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

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

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

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

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

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

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