#B88184

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

Shades of Tapestry #B88184

Tints of Tapestry #B88184

Color information

#B88184 (or 0xB88184) is unknown color: approx Tapestry. HEX triplet: B8, 81 and 84. RGB value is (184,129,132). Sum of RGB (Red+Green+Blue) = 184+129+132=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B88184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88184 is #477E7B. Grayscale: #919191. Windows color (decimal): -4685436 or 8683960. OLE color: 8683960.

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

Color convert

RGB184129132-
CMYK00.300.280.28
HSL356.73º27.92%61.37%-
HSV(B)356.73º29.89%72.16%-
XYZ31.7827.5625.47-
YUV145.79120.22155.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=41.35%
G=28.99%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412913200.300.280.28356.7327.9261.37
HexB8818401E1C1C1651c3d
Octal27020120403634345453475
Binary101110001000000110000100011110111001110010110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88184; }

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

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

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

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

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

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

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

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