#BFB977

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

Shades of Dark Khaki #BFB977

Tints of Dark Khaki #BFB977

Color information

#BFB977 (or 0xBFB977) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 77. RGB value is (191,185,119). Sum of RGB (Red+Green+Blue) = 191+185+119=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB977 is #404688. Grayscale: #B3B3B3. Windows color (decimal): -4212361 or 7846335. OLE color: 7846335.

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

Color convert

RGB191185119-
CMYK00.030.380.25
HSL55º36%60.78%-
HSV(B)55º37.7%74.9%-
XYZ42.1647.1124.32-
YUV179.2793.99136.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=38.59%
G=37.37%
B=24.04%

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
Decimal19118511900.030.380.25553660.78
HexBFB97703261937243d
Octal277271167034631674475
Binary1011111110111001111011101110011011001110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB977; }

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

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

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

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

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

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

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

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