#BFBB6A

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

Shades of Dark Khaki #BFBB6A

Tints of Dark Khaki #BFBB6A

Color information

#BFBB6A (or 0xBFBB6A) is unknown color: approx Dark Khaki. HEX triplet: BF, BB and 6A. RGB value is (191,187,106). Sum of RGB (Red+Green+Blue) = 191+187+106=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB6A is #404495. Grayscale: #B3B3B3. Windows color (decimal): -4211862 or 6994879. OLE color: 6994879.

HSL color Cylindrical-coordinate representation of color #BFBB6A: hue angle of 57.18º 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 #BFBB6A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191187106-
CMYK00.020.450.25
HSL57.18º39.91%58.24%-
HSV(B)57.18º44.5%74.9%-
XYZ41.8647.6620.63-
YUV178.9686.83136.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=39.46%
G=38.64%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118710600.020.450.2557.1839.9158.24
HexBFBB6A022D1939283a
Octal277273152025531715072
Binary1011111110111011110101001010110111001111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB6A; }

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

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

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

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

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

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

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

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