#B38184

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

Shades of Tapestry #B38184

Tints of Tapestry #B38184

Color information

#B38184 (or 0xB38184) is unknown color: approx Tapestry. HEX triplet: B3, 81 and 84. RGB value is (179,129,132). Sum of RGB (Red+Green+Blue) = 179+129+132=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38184 is #4C7E7B. Grayscale: #909090. Windows color (decimal): -5013116 or 8683955. OLE color: 8683955.

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

Color convert

RGB179129132-
CMYK00.280.260.30
HSL356.4º24.75%60.39%-
HSV(B)356.4º27.93%70.2%-
XYZ30.6126.9525.42-
YUV144.29121.06152.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 132 (51.95% from 255) = 30%
R=40.68%
G=29.32%
B=30%

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
Decimal17912913200.280.260.30356.424.7560.39
HexB3818401C1A1E164193c
Octal26320120403432365443174
Binary101100111000000110000100011100110101111010110010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38184; }

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

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

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

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

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

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

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

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