#BFB06D

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

Shades of Dark Khaki #BFB06D

Tints of Dark Khaki #BFB06D

Color information

#BFB06D (or 0xBFB06D) is unknown color: approx Dark Khaki. HEX triplet: BF, B0 and 6D. RGB value is (191,176,109). Sum of RGB (Red+Green+Blue) = 191+176+109=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB06D is #404F92. Grayscale: #ADADAD. Windows color (decimal): -4214675 or 7188671. OLE color: 7188671.

HSL color Cylindrical-coordinate representation of color #BFB06D: hue angle of 49.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFB06D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191176109-
CMYK00.080.430.25
HSL49.02º39.05%58.82%-
HSV(B)49.02º42.93%74.9%-
XYZ39.7743.2320.72-
YUV172.8591.97140.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=40.13%
G=36.97%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117610900.080.430.2549.0239.0558.82
HexBFB06D082B1931273b
Octal2772601550105331614773
Binary101111111011000011011010100010101111001110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB06D; }

 p { color: rgb(191,176,109); }

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

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

 a { background-color: rgb(191,176,109); }

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

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

 span { border-color: rgb(191,176,109); }

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