#B3808D

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

Shades of Tapestry #B3808D

Tints of Tapestry #B3808D

Color information

#B3808D (or 0xB3808D) is unknown color: approx Tapestry. HEX triplet: B3, 80 and 8D. RGB value is (179,128,141). Sum of RGB (Red+Green+Blue) = 179+128+141=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808D is #4C7F72. Grayscale: #909090. Windows color (decimal): -5013363 or 9273523. OLE color: 9273523.

HSL color Cylindrical-coordinate representation of color #B3808D: hue angle of 344.71º 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 #B3808D is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179128141-
CMYK00.280.210.30
HSL344.71º25.12%60.2%-
HSV(B)344.71º28.49%70.2%-
XYZ31.1226.9528.76-
YUV144.73125.9152.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=39.96%
G=28.57%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912814100.280.210.30344.7125.1260.2
HexB3808D01C151E159193c
Octal26320021503425365313174
Binary101100111000000010001101011100101011111010101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3808D; }

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

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

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

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

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

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

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

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