#B2658A

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

Shades of Tapestry #B2658A

Tints of Tapestry #B2658A

Color information

#B2658A (or 0xB2658A) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 8A. RGB value is (178,101,138). Sum of RGB (Red+Green+Blue) = 178+101+138=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2658A is #4D9A75. Grayscale: #808080. Windows color (decimal): -5085814 or 9070002. OLE color: 9070002.

HSL color Cylindrical-coordinate representation of color #B2658A: hue angle of 331.17º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2658A is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178101138-
CMYK00.430.220.30
HSL331.17º33.33%54.71%-
HSV(B)331.17º43.26%69.8%-
XYZ27.620.6126.57-
YUV128.24133.51163.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=42.69%
G=24.22%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810113800.430.220.30331.1733.3354.71
HexB2658A02B161E14b2137
Octal26214521205326365134167
Binary1011001011001011000101001010111011011110101001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2658A; }

 p { color: rgb(178,101,138); }

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

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

 a { background-color: rgb(178,101,138); }

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

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

 span { border-color: rgb(178,101,138); }

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