#BFB776

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

Shades of Dark Khaki #BFB776

Tints of Dark Khaki #BFB776

Color information

#BFB776 (or 0xBFB776) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 76. RGB value is (191,183,118). Sum of RGB (Red+Green+Blue) = 191+183+118=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB776 is #404889. Grayscale: #B2B2B2. Windows color (decimal): -4212874 or 7780287. OLE color: 7780287.

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

Color convert

RGB191183118-
CMYK00.040.380.25
HSL53.42º36.32%60.59%-
HSV(B)53.42º38.22%74.9%-
XYZ41.6946.2523.87-
YUV177.9894.15137.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=38.82%
G=37.20%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118311800.040.380.2553.4236.3260.59
HexBFB77604261935243d
Octal277267166044631654475
Binary10111111101101111110110010010011011001110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB776; }

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

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

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

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

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

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

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

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