#B77282

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

Shades of Tapestry #B77282

Tints of Tapestry #B77282

Color information

#B77282 (or 0xB77282) is unknown color: approx Tapestry. HEX triplet: B7, 72 and 82. RGB value is (183,114,130). Sum of RGB (Red+Green+Blue) = 183+114+130=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77282 is #488D7D. Grayscale: #888888. Windows color (decimal): -4754814 or 8549047. OLE color: 8549047.

HSL color Cylindrical-coordinate representation of color #B77282: hue angle of 346.09º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77282 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB183114130-
CMYK00.380.290.28
HSL346.09º32.39%58.24%-
HSV(B)346.09º37.7%71.76%-
XYZ29.5823.7124.14-
YUV136.45124.36161.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=42.86%
G=26.70%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311413000.380.290.28346.0932.3958.24
HexB772820261D1C15a203a
Octal26716220204635345324072
Binary1011011111100101000001001001101110111100101011010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77282; }

 p { color: rgb(183,114,130); }

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

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

 a { background-color: rgb(183,114,130); }

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

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

 span { border-color: rgb(183,114,130); }

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