#B46175

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

Shades of Tapestry #B46175

Tints of Tapestry #B46175

Color information

#B46175 (or 0xB46175) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 75. RGB value is (180,97,117). Sum of RGB (Red+Green+Blue) = 180+97+117=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B46175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46175 is #4B9E8A. Grayscale: #7C7C7C. Windows color (decimal): -4955787 or 7692724. OLE color: 7692724.

HSL color Cylindrical-coordinate representation of color #B46175: hue angle of 345.54º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46175 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18097117-
CMYK00.460.350.29
HSL345.54º35.62%54.31%-
HSV(B)345.54º46.11%70.59%-
XYZ26.3119.5419.21-
YUV124.1124167.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=45.69%
G=24.62%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809711700.460.350.29345.5435.6254.31
HexB4617502E231D15a2436
Octal26414116505643355324466
Binary1011010011000011110101010111010001111101101011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46175; }

 p { color: rgb(180,97,117); }

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

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

 a { background-color: rgb(180,97,117); }

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

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

 span { border-color: rgb(180,97,117); }

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