#B88183

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

Shades of Tapestry #B88183

Tints of Tapestry #B88183

Color information

#B88183 (or 0xB88183) is unknown color: approx Tapestry. HEX triplet: B8, 81 and 83. RGB value is (184,129,131). Sum of RGB (Red+Green+Blue) = 184+129+131=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B88183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88183 is #477E7C. Grayscale: #919191. Windows color (decimal): -4685437 or 8618424. OLE color: 8618424.

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

Color convert

RGB184129131-
CMYK00.300.290.28
HSL357.82º27.92%61.37%-
HSV(B)357.82º29.89%72.16%-
XYZ31.7127.5325.11-
YUV145.67119.72155.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=41.44%
G=29.05%
B=29.50%

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
Decimal18412913100.300.290.28357.8227.9261.37
HexB8818301E1D1C1661c3d
Octal27020120303635345463475
Binary101110001000000110000011011110111011110010110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88183; }

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

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

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

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

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

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

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

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