#B46078

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

Shades of Tapestry #B46078

Tints of Tapestry #B46078

Color information

#B46078 (or 0xB46078) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 78. RGB value is (180,96,120). Sum of RGB (Red+Green+Blue) = 180+96+120=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B46078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46078 is #4B9F87. Grayscale: #7B7B7B. Windows color (decimal): -4956040 or 7889076. OLE color: 7889076.

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

Color convert

RGB18096120-
CMYK00.470.330.29
HSL342.86º35.9%54.12%-
HSV(B)342.86º46.67%70.59%-
XYZ26.419.4320.13-
YUV123.85125.83168.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=45.45%
G=24.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612000.470.330.29342.8635.954.12
HexB4607802F211D1572436
Octal26414017005741355274466
Binary1011010011000001111000010111110000111101101010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46078; }

 p { color: rgb(180,96,120); }

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

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

 a { background-color: rgb(180,96,120); }

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

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

 span { border-color: rgb(180,96,120); }

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