#BFBA77

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

Shades of Dark Khaki #BFBA77

Tints of Dark Khaki #BFBA77

Color information

#BFBA77 (or 0xBFBA77) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 77. RGB value is (191,186,119). Sum of RGB (Red+Green+Blue) = 191+186+119=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA77 is #404588. Grayscale: #B4B4B4. Windows color (decimal): -4212105 or 7846591. OLE color: 7846591.

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

Color convert

RGB191186119-
CMYK00.030.380.25
HSL55.83º36%60.78%-
HSV(B)55.83º37.7%74.9%-
XYZ42.3747.5324.39-
YUV179.8693.66135.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=38.51%
G=37.5%
B=23.99%

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
Decimal19118611900.030.380.2555.833660.78
HexBFBA7703261938243d
Octal277272167034631704475
Binary1011111110111010111011101110011011001111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA77; }

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

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

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

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

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

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

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

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