#BCB6A1

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

Shades of Ash #BCB6A1

Tints of Ash #BCB6A1

Color information

#BCB6A1 (or 0xBCB6A1) is unknown color: approx Ash. HEX triplet: BC, B6 and A1. RGB value is (188,182,161). Sum of RGB (Red+Green+Blue) = 188+182+161=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A1 is #43495E. Grayscale: #B5B5B5. Windows color (decimal): -4409695 or 10598076. OLE color: 10598076.

HSL color Cylindrical-coordinate representation of color #BCB6A1: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188182161-
CMYK00.030.140.26
HSL46.67º16.77%68.43%-
HSV(B)46.67º14.36%73.73%-
XYZ43.946.7240.42-
YUV181.4116.49132.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=35.40%
G=34.27%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818216100.030.140.2646.6716.7768.43
HexBCB6A103E1A2f1144
Octal2742662410316325721104
Binary101111001011011010100001011111011010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A1; }

 p { color: rgb(188,182,161); }

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

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

 a { background-color: rgb(188,182,161); }

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

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

 span { border-color: rgb(188,182,161); }

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