#BFBAA1

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

Shades of Ash #BFBAA1

Tints of Ash #BFBAA1

Color information

#BFBAA1 (or 0xBFBAA1) is unknown color: approx Ash. HEX triplet: BF, BA and A1. RGB value is (191,186,161). Sum of RGB (Red+Green+Blue) = 191+186+161=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA1 is #40455E. Grayscale: #B8B8B8. Windows color (decimal): -4212063 or 10599103. OLE color: 10599103.

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

Color convert

RGB191186161-
CMYK00.030.160.25
HSL50º18.99%69.02%-
HSV(B)50º15.71%74.9%-
XYZ45.4848.7740.73-
YUV184.64114.66132.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=35.50%
G=34.57%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118616100.030.160.255018.9969.02
HexBFBAA1031019321345
Octal2772722410320316223105
Binary1011111110111010101000010111000011001110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA1; }

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

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

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

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

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

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

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

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