#BFBAA9

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

Shades of Ash #BFBAA9

Tints of Ash #BFBAA9

Color information

#BFBAA9 (or 0xBFBAA9) is unknown color: approx Ash. HEX triplet: BF, BA and A9. RGB value is (191,186,169). Sum of RGB (Red+Green+Blue) = 191+186+169=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA9 is #404556. Grayscale: #B9B9B9. Windows color (decimal): -4212055 or 11123391. OLE color: 11123391.

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

Color convert

RGB191186169-
CMYK00.030.120.25
HSL46.36º14.67%70.59%-
HSV(B)46.36º11.52%74.9%-
XYZ46.2149.0644.57-
YUV185.56118.66131.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=34.98%
G=34.07%
B=30.95%

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
Decimal19118616900.030.120.2546.3614.6770.59
HexBFBAA903C192ef47
Octal2772722510314315617107
Binary10111111101110101010100101111001100110111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA9; }

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

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

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

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

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

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

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

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