#B88083

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

Shades of Tapestry #B88083

Tints of Tapestry #B88083

Color information

#B88083 (or 0xB88083) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 83. RGB value is (184,128,131). Sum of RGB (Red+Green+Blue) = 184+128+131=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B88083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88083 is #477F7C. Grayscale: #919191. Windows color (decimal): -4685693 or 8618168. OLE color: 8618168.

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

Color convert

RGB184128131-
CMYK00.300.290.28
HSL356.79º28.28%61.18%-
HSV(B)356.79º30.43%72.16%-
XYZ31.5827.2725.07-
YUV145.09120.05155.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=41.53%
G=28.89%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412813100.300.290.28356.7928.2861.18
HexB8808301E1D1C1651c3d
Octal27020020303635345453475
Binary101110001000000010000011011110111011110010110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88083; }

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

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

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

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

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

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

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

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