#BFB99E

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

Shades of Ash #BFB99E

Tints of Ash #BFB99E

Color information

#BFB99E (or 0xBFB99E) is unknown color: approx Ash. HEX triplet: BF, B9 and 9E. RGB value is (191,185,158). Sum of RGB (Red+Green+Blue) = 191+185+158=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB99E is #404661. Grayscale: #B7B7B7. Windows color (decimal): -4212322 or 10402239. OLE color: 10402239.

HSL color Cylindrical-coordinate representation of color #BFB99E: hue angle of 49.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB99E is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191185158-
CMYK00.030.170.25
HSL49.09º20.5%68.43%-
HSV(B)49.09º17.28%74.9%-
XYZ45.0148.2439.29-
YUV183.72113.49133.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=35.77%
G=34.64%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118515800.030.170.2549.0920.568.43
HexBFB99E031119311444
Octal2772712360321316124104
Binary1011111110111001100111100111000111001110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB99E; }

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

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

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

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

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

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

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

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