#BFBAA4

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

Shades of Ash #BFBAA4

Tints of Ash #BFBAA4

Color information

#BFBAA4 (or 0xBFBAA4) is unknown color: approx Ash. HEX triplet: BF, BA and A4. RGB value is (191,186,164). Sum of RGB (Red+Green+Blue) = 191+186+164=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA4 is #40455B. Grayscale: #B9B9B9. Windows color (decimal): -4212060 or 10795711. OLE color: 10795711.

HSL color Cylindrical-coordinate representation of color #BFBAA4: hue angle of 48.89º 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 #BFBAA4 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191186164-
CMYK00.030.140.25
HSL48.89º17.42%69.61%-
HSV(B)48.89º14.14%74.9%-
XYZ45.7548.8742.14-
YUV184.99116.16132.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=35.30%
G=34.38%
B=30.31%

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
Decimal19118616400.030.140.2548.8917.4269.61
HexBFBAA403E19311146
Octal2772722440316316121106
Binary101111111011101010100100011111011001110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAA4; }

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

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

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

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

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

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

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

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