#BFB06A

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

Shades of Dark Khaki #BFB06A

Tints of Dark Khaki #BFB06A

Color information

#BFB06A (or 0xBFB06A) is unknown color: approx Dark Khaki. HEX triplet: BF, B0 and 6A. RGB value is (191,176,106). Sum of RGB (Red+Green+Blue) = 191+176+106=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB06A is #404F95. Grayscale: #ACACAC. Windows color (decimal): -4214678 or 6992063. OLE color: 6992063.

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

Color convert

RGB191176106-
CMYK00.080.450.25
HSL49.41º39.91%58.24%-
HSV(B)49.41º44.5%74.9%-
XYZ39.6143.1719.88-
YUV172.590.47141.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=40.38%
G=37.21%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117610600.080.450.2549.4139.9158.24
HexBFB06A082D1931283a
Octal2772601520105531615072
Binary101111111011000011010100100010110111001110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB06A; }

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

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

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

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

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

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

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

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