#B38185

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

Shades of Tapestry #B38185

Tints of Tapestry #B38185

Color information

#B38185 (or 0xB38185) is unknown color: approx Tapestry. HEX triplet: B3, 81 and 85. RGB value is (179,129,133). Sum of RGB (Red+Green+Blue) = 179+129+133=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38185 is #4C7E7A. Grayscale: #909090. Windows color (decimal): -5013115 or 8749491. OLE color: 8749491.

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

Color convert

RGB179129133-
CMYK00.280.260.30
HSL355.2º24.75%60.39%-
HSV(B)355.2º27.93%70.2%-
XYZ30.6726.9825.78-
YUV144.41121.56152.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=40.59%
G=29.25%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912913300.280.260.30355.224.7560.39
HexB3818501C1A1E163193c
Octal26320120503432365433174
Binary101100111000000110000101011100110101111010110001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38185; }

 p { color: rgb(179,129,133); }

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

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

 a { background-color: rgb(179,129,133); }

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

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

 span { border-color: rgb(179,129,133); }

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