#BFBA76

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

Shades of Dark Khaki #BFBA76

Tints of Dark Khaki #BFBA76

Color information

#BFBA76 (or 0xBFBA76) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 76. RGB value is (191,186,118). Sum of RGB (Red+Green+Blue) = 191+186+118=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA76 is #404589. Grayscale: #B4B4B4. Windows color (decimal): -4212106 or 7781055. OLE color: 7781055.

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

Color convert

RGB191186118-
CMYK00.030.380.25
HSL55.89º36.32%60.59%-
HSV(B)55.89º38.22%74.9%-
XYZ42.3147.524.08-
YUV179.7493.16136.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=38.59%
G=37.58%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118611800.030.380.2555.8936.3260.59
HexBFBA7603261938243d
Octal277272166034631704475
Binary1011111110111010111011001110011011001111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA76; }

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

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

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

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

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

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

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

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