#B27583

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

Shades of Tapestry #B27583

Tints of Tapestry #B27583

Color information

#B27583 (or 0xB27583) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 83. RGB value is (178,117,131). Sum of RGB (Red+Green+Blue) = 178+117+131=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27583 is #4D8A7C. Grayscale: #888888. Windows color (decimal): -5081725 or 8615346. OLE color: 8615346.

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

Color convert

RGB178117131-
CMYK00.340.260.30
HSL346.23º28.37%57.84%-
HSV(B)346.23º34.27%69.8%-
XYZ28.8223.8324.55-
YUV136.84124.71157.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=41.78%
G=27.46%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811713100.340.260.30346.2328.3757.84
HexB275830221A1E15a1c3a
Octal26216520304232365323472
Binary101100101110101100000110100010110101111010101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27583; }

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

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

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

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

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

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

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

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