#BFBB76

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

Shades of Dark Khaki #BFBB76

Tints of Dark Khaki #BFBB76

Color information

#BFBB76 (or 0xBFBB76) is unknown color: approx Dark Khaki. HEX triplet: BF, BB and 76. RGB value is (191,187,118). Sum of RGB (Red+Green+Blue) = 191+187+118=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB76 is #404489. Grayscale: #B4B4B4. Windows color (decimal): -4211850 or 7781311. OLE color: 7781311.

HSL color Cylindrical-coordinate representation of color #BFBB76: hue angle of 56.71º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFBB76 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB191187118-
CMYK00.020.380.25
HSL56.71º36.32%60.59%-
HSV(B)56.71º38.22%74.9%-
XYZ42.5347.9324.15-
YUV180.3392.83135.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=38.51%
G=37.70%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118711800.020.380.2556.7136.3260.59
HexBFBB7602261939243d
Octal277273166024631714475
Binary1011111110111011111011001010011011001111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB76; }

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

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

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

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

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

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

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

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