#B96276

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

Shades of Tapestry #B96276

Tints of Tapestry #B96276

Color information

#B96276 (or 0xB96276) is unknown color: approx Tapestry. HEX triplet: B9, 62 and 76. RGB value is (185,98,118). Sum of RGB (Red+Green+Blue) = 185+98+118=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96276 is #469D89. Grayscale: #7E7E7E. Windows color (decimal): -4627850 or 7758521. OLE color: 7758521.

HSL color Cylindrical-coordinate representation of color #B96276: hue angle of 346.21º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96276 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18598118-
CMYK00.470.360.27
HSL346.21º38.33%55.49%-
HSV(B)346.21º47.03%72.55%-
XYZ27.6520.3619.61-
YUV126.29123.32169.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=46.13%
G=24.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859811800.470.360.27346.2138.3355.49
HexB9627602F241B15a2637
Octal27114216605744335324667
Binary1011100111000101110110010111110010011011101011010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96276; }

 p { color: rgb(185,98,118); }

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

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

 a { background-color: rgb(185,98,118); }

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

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

 span { border-color: rgb(185,98,118); }

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