#B3757F

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

Shades of Tapestry #B3757F

Tints of Tapestry #B3757F

Color information

#B3757F (or 0xB3757F) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 7F. RGB value is (179,117,127). Sum of RGB (Red+Green+Blue) = 179+117+127=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3757F is #4C8A80. Grayscale: #888888. Windows color (decimal): -5016193 or 8353203. OLE color: 8353203.

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

Color convert

RGB179117127-
CMYK00.350.290.30
HSL350.32º28.97%58.04%-
HSV(B)350.32º34.64%70.2%-
XYZ28.7823.8423.16-
YUV136.68122.54158.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 127 (50% from 255) = 30.02%
R=42.32%
G=27.66%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911712700.350.290.30350.3228.9758.04
HexB3757F0231D1E15e1d3a
Octal26316517704335365363572
Binary10110011111010111111110100011111011111010101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3757F; }

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

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

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

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

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

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

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

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