#BCB7A2

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

Shades of Ash #BCB7A2

Tints of Ash #BCB7A2

Color information

#BCB7A2 (or 0xBCB7A2) is unknown color: approx Ash. HEX triplet: BC, B7 and A2. RGB value is (188,183,162). Sum of RGB (Red+Green+Blue) = 188+183+162=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A2 is #43485D. Grayscale: #B6B6B6. Windows color (decimal): -4409438 or 10663868. OLE color: 10663868.

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

Color convert

RGB188183162-
CMYK00.030.140.26
HSL48.46º16.25%68.63%-
HSV(B)48.46º13.83%73.73%-
XYZ44.1947.1740.96-
YUV182.1116.66132.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 162 (63.67% from 255) = 30.39%
R=35.27%
G=34.33%
B=30.39%

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
Decimal18818316200.030.140.2648.4616.2568.63
HexBCB7A203E1A301045
Octal2742672420316326020105
Binary101111001011011110100010011111011010110000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7A2; }

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

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

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

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

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

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

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

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