#B3737F

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

Shades of Tapestry #B3737F

Tints of Tapestry #B3737F

Color information

#B3737F (or 0xB3737F) is unknown color: approx Tapestry. HEX triplet: B3, 73 and 7F. RGB value is (179,115,127). Sum of RGB (Red+Green+Blue) = 179+115+127=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3737F is #4C8C80. Grayscale: #878787. Windows color (decimal): -5016705 or 8352691. OLE color: 8352691.

HSL color Cylindrical-coordinate representation of color #B3737F: hue angle of 348.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3737F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB179115127-
CMYK00.360.290.30
HSL348.75º29.63%57.65%-
HSV(B)348.75º35.75%70.2%-
XYZ28.5523.3823.09-
YUV135.5123.2159.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 30.17%
R=42.52%
G=27.32%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911512700.360.290.30348.7529.6357.65
HexB3737F0241D1E15d1e3a
Octal26316317704435365353672
Binary10110011111001111111110100100111011111010101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3737F; }

 p { color: rgb(179,115,127); }

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

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

 a { background-color: rgb(179,115,127); }

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

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

 span { border-color: rgb(179,115,127); }

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