#B35D7F

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

Shades of Tapestry #B35D7F

Tints of Tapestry #B35D7F

Color information

#B35D7F (or 0xB35D7F) is unknown color: approx Tapestry. HEX triplet: B3, 5D and 7F. RGB value is (179,93,127). Sum of RGB (Red+Green+Blue) = 179+93+127=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D7F is #4CA280. Grayscale: #7A7A7A. Windows color (decimal): -5022337 or 8347059. OLE color: 8347059.

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

Color convert

RGB17993127-
CMYK00.480.290.30
HSL336.28º36.13%53.33%-
HSV(B)336.28º48.04%70.2%-
XYZ26.3418.9422.35-
YUV122.59130.49168.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 127 (50% from 255) = 31.83%
R=44.86%
G=23.31%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799312700.480.290.30336.2836.1353.33
HexB35D7F0301D1E1502435
Octal26313517706035365204465
Binary101100111011101111111101100001110111110101010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D7F; }

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

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

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

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

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

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

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

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