#B88081

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

Shades of Tapestry #B88081

Tints of Tapestry #B88081

Color information

#B88081 (or 0xB88081) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 81. RGB value is (184,128,129). Sum of RGB (Red+Green+Blue) = 184+128+129=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B88081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88081 is #477F7E. Grayscale: #909090. Windows color (decimal): -4685695 or 8487096. OLE color: 8487096.

HSL color Cylindrical-coordinate representation of color #B88081: hue angle of 358.93º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88081 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184128129-
CMYK00.300.300.28
HSL358.93º28.28%61.18%-
HSV(B)358.93º30.43%72.16%-
XYZ31.4527.2124.36-
YUV144.86119.05155.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=41.72%
G=29.02%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412812900.300.300.28358.9328.2861.18
HexB8808101E1E1C1671c3d
Octal27020020103636345473475
Binary101110001000000010000001011110111101110010110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88081; }

 p { color: rgb(184,128,129); }

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

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

 a { background-color: rgb(184,128,129); }

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

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

 span { border-color: rgb(184,128,129); }

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