#BFBAA5

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

Shades of Ash #BFBAA5

Tints of Ash #BFBAA5

Color information

#BFBAA5 (or 0xBFBAA5) is unknown color: approx Ash. HEX triplet: BF, BA and A5. RGB value is (191,186,165). Sum of RGB (Red+Green+Blue) = 191+186+165=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA5 is #40455A. Grayscale: #B9B9B9. Windows color (decimal): -4212059 or 10861247. OLE color: 10861247.

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

Color convert

RGB191186165-
CMYK00.030.140.25
HSL48.46º16.88%69.8%-
HSV(B)48.46º13.61%74.9%-
XYZ45.8448.9142.62-
YUV185.1116.66132.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 165 (64.84% from 255) = 30.44%
R=35.24%
G=34.32%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118616500.030.140.2548.4616.8869.8
HexBFBAA503E19301146
Octal2772722450316316021106
Binary101111111011101010100101011111011001110000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA5; }

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

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

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

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

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

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

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

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