#B27483

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

Shades of Tapestry #B27483

Tints of Tapestry #B27483

Color information

#B27483 (or 0xB27483) is unknown color: approx Tapestry. HEX triplet: B2, 74 and 83. RGB value is (178,116,131). Sum of RGB (Red+Green+Blue) = 178+116+131=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27483 is #4D8B7C. Grayscale: #888888. Windows color (decimal): -5081981 or 8615090. OLE color: 8615090.

HSL color Cylindrical-coordinate representation of color #B27483: hue angle of 345.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27483 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178116131-
CMYK00.350.260.30
HSL345.48º28.7%57.65%-
HSV(B)345.48º34.83%69.8%-
XYZ28.723.5924.51-
YUV136.25125.04157.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=41.88%
G=27.29%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811613100.350.260.30345.4828.757.65
HexB274830231A1E1591d3a
Octal26216420304332365313572
Binary101100101110100100000110100011110101111010101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27483; }

 p { color: rgb(178,116,131); }

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

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

 a { background-color: rgb(178,116,131); }

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

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

 span { border-color: rgb(178,116,131); }

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