#BFBAA8

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

Shades of Ash #BFBAA8

Tints of Ash #BFBAA8

Color information

#BFBAA8 (or 0xBFBAA8) is unknown color: approx Ash. HEX triplet: BF, BA and A8. RGB value is (191,186,168). Sum of RGB (Red+Green+Blue) = 191+186+168=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA8 is #404557. Grayscale: #B9B9B9. Windows color (decimal): -4212056 or 11057855. OLE color: 11057855.

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

Color convert

RGB191186168-
CMYK00.030.120.25
HSL46.96º15.23%70.39%-
HSV(B)46.96º12.04%74.9%-
XYZ46.1149.0244.08-
YUV185.44118.16131.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=35.05%
G=34.13%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118616800.030.120.2546.9615.2370.39
HexBFBAA803C192ff46
Octal2772722500314315717106
Binary10111111101110101010100001111001100110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA8; }

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

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

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

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

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

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

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

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