#BFB676

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

Shades of Dark Khaki #BFB676

Tints of Dark Khaki #BFB676

Color information

#BFB676 (or 0xBFB676) is unknown color: approx Dark Khaki. HEX triplet: BF, B6 and 76. RGB value is (191,182,118). Sum of RGB (Red+Green+Blue) = 191+182+118=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB676 is #404989. Grayscale: #B1B1B1. Windows color (decimal): -4213130 or 7780031. OLE color: 7780031.

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

Color convert

RGB191182118-
CMYK00.050.380.25
HSL52.6º36.32%60.59%-
HSV(B)52.6º38.22%74.9%-
XYZ41.4845.8423.8-
YUV177.494.48137.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=38.90%
G=37.07%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118211800.050.380.2552.636.3260.59
HexBFB67605261935243d
Octal277266166054631654475
Binary10111111101101101110110010110011011001110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB676; }

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

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

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

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

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

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

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

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