#BFB876

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

Shades of Dark Khaki #BFB876

Tints of Dark Khaki #BFB876

Color information

#BFB876 (or 0xBFB876) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 76. RGB value is (191,184,118). Sum of RGB (Red+Green+Blue) = 191+184+118=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB876 is #404789. Grayscale: #B2B2B2. Windows color (decimal): -4212618 or 7780543. OLE color: 7780543.

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

Color convert

RGB191184118-
CMYK00.040.380.25
HSL54.25º36.32%60.59%-
HSV(B)54.25º38.22%74.9%-
XYZ41.946.6723.94-
YUV178.5793.82136.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=38.74%
G=37.32%
B=23.94%

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
Decimal19118411800.040.380.2554.2536.3260.59
HexBFB87604261936243d
Octal277270166044631664475
Binary10111111101110001110110010010011011001110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB876; }

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

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

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

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

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

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

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

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