#BFBA9E

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

Shades of Ash #BFBA9E

Tints of Ash #BFBA9E

Color information

#BFBA9E (or 0xBFBA9E) is unknown color: approx Ash. HEX triplet: BF, BA and 9E. RGB value is (191,186,158). Sum of RGB (Red+Green+Blue) = 191+186+158=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA9E is #404561. Grayscale: #B8B8B8. Windows color (decimal): -4212066 or 10402495. OLE color: 10402495.

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

Color convert

RGB191186158-
CMYK00.030.170.25
HSL50.91º20.5%68.43%-
HSV(B)50.91º17.28%74.9%-
XYZ45.2248.6639.36-
YUV184.3113.16132.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=35.70%
G=34.77%
B=29.53%

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
Decimal19118615800.030.170.2550.9120.568.43
HexBFBA9E031119331444
Octal2772722360321316324104
Binary1011111110111010100111100111000111001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA9E; }

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

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

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

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

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

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

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

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