#BFBCAA

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

Shades of Ash #BFBCAA

Tints of Ash #BFBCAA

Color information

#BFBCAA (or 0xBFBCAA) is unknown color: approx Ash. HEX triplet: BF, BC and AA. RGB value is (191,188,170). Sum of RGB (Red+Green+Blue) = 191+188+170=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAA is #404355. Grayscale: #BABABA. Windows color (decimal): -4211542 or 11189439. OLE color: 11189439.

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

Color convert

RGB191188170-
CMYK00.020.110.25
HSL51.43º14.09%70.78%-
HSV(B)51.43º10.99%74.9%-
XYZ46.7249.9545.21-
YUV186.84118.49130.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=34.79%
G=34.24%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118817000.020.110.2551.4314.0970.78
HexBFBCAA02B1933e47
Octal2772742520213316316107
Binary10111111101111001010101001010111100111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCAA; }

 p { color: rgb(191,188,170); }

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

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

 a { background-color: rgb(191,188,170); }

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

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

 span { border-color: rgb(191,188,170); }

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