#B3808B

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

Shades of Tapestry #B3808B

Tints of Tapestry #B3808B

Color information

#B3808B (or 0xB3808B) is unknown color: approx Tapestry. HEX triplet: B3, 80 and 8B. RGB value is (179,128,139). Sum of RGB (Red+Green+Blue) = 179+128+139=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808B is #4C7F74. Grayscale: #909090. Windows color (decimal): -5013365 or 9142451. OLE color: 9142451.

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

Color convert

RGB179128139-
CMYK00.280.220.30
HSL347.06º25.12%60.2%-
HSV(B)347.06º28.49%70.2%-
XYZ30.9726.8927.98-
YUV144.5124.9152.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=40.13%
G=28.70%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912813900.280.220.30347.0625.1260.2
HexB3808B01C161E15b193c
Octal26320021303426365333174
Binary101100111000000010001011011100101101111010101101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3808B; }

 p { color: rgb(179,128,139); }

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

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

 a { background-color: rgb(179,128,139); }

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

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

 span { border-color: rgb(179,128,139); }

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