#BCB6A2

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

Shades of Ash #BCB6A2

Tints of Ash #BCB6A2

Color information

#BCB6A2 (or 0xBCB6A2) is unknown color: approx Ash. HEX triplet: BC, B6 and A2. RGB value is (188,182,162). Sum of RGB (Red+Green+Blue) = 188+182+162=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A2 is #43495D. Grayscale: #B5B5B5. Windows color (decimal): -4409694 or 10663612. OLE color: 10663612.

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

Color convert

RGB188182162-
CMYK00.030.140.26
HSL46.15º16.25%68.63%-
HSV(B)46.15º13.83%73.73%-
XYZ43.9946.7640.89-
YUV181.51116.99132.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=35.34%
G=34.21%
B=30.45%

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
Decimal18818216200.030.140.2646.1516.2568.63
HexBCB6A203E1A2e1045
Octal2742662420316325620105
Binary101111001011011010100010011111011010101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A2; }

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

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

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

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

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

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

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

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