#BFBAA6

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

Shades of Ash #BFBAA6

Tints of Ash #BFBAA6

Color information

#BFBAA6 (or 0xBFBAA6) is unknown color: approx Ash. HEX triplet: BF, BA and A6. RGB value is (191,186,166). Sum of RGB (Red+Green+Blue) = 191+186+166=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA6 is #404559. Grayscale: #B9B9B9. Windows color (decimal): -4212058 or 10926783. OLE color: 10926783.

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

Color convert

RGB191186166-
CMYK00.030.130.25
HSL48º16.34%70%-
HSV(B)48º13.09%74.9%-
XYZ45.9348.9543.1-
YUV185.22117.16132.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=35.17%
G=34.25%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118616600.030.130.254816.3470
HexBFBAA603D19301046
Octal2772722460315316020106
Binary101111111011101010100110011110111001110000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA6; }

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

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

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

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

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

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

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

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