#B3838A

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

Shades of Tapestry #B3838A

Tints of Tapestry #B3838A

Color information

#B3838A (or 0xB3838A) is unknown color: approx Tapestry. HEX triplet: B3, 83 and 8A. RGB value is (179,131,138). Sum of RGB (Red+Green+Blue) = 179+131+138=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3838A is #4C7C75. Grayscale: #929292. Windows color (decimal): -5012598 or 9077683. OLE color: 9077683.

HSL color Cylindrical-coordinate representation of color #B3838A: hue angle of 351.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3838A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179131138-
CMYK00.270.230.30
HSL351.25º24%60.78%-
HSV(B)351.25º26.82%70.2%-
XYZ31.2927.6527.73-
YUV146.15123.4151.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=39.96%
G=29.24%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913113800.270.230.30351.252460.78
HexB3838A01B171E15f183d
Octal26320321203327365373075
Binary101100111000001110001010011011101111111010101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3838A; }

 p { color: rgb(179,131,138); }

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

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

 a { background-color: rgb(179,131,138); }

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

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

 span { border-color: rgb(179,131,138); }

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