#BCB7A6

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

Shades of Ash #BCB7A6

Tints of Ash #BCB7A6

Color information

#BCB7A6 (or 0xBCB7A6) is unknown color: approx Ash. HEX triplet: BC, B7 and A6. RGB value is (188,183,166). Sum of RGB (Red+Green+Blue) = 188+183+166=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A6 is #434859. Grayscale: #B6B6B6. Windows color (decimal): -4409434 or 10926012. OLE color: 10926012.

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

Color convert

RGB188183166-
CMYK00.030.120.26
HSL46.36º14.1%69.41%-
HSV(B)46.36º11.7%73.73%-
XYZ44.5647.3142.86-
YUV182.56118.66131.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=35.01%
G=34.08%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818316600.030.120.2646.3614.169.41
HexBCB7A603C1A2ee45
Octal2742672460314325616105
Binary10111100101101111010011001111001101010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7A6; }

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

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

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

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

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

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

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

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