#B46283

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

Shades of Tapestry #B46283

Tints of Tapestry #B46283

Color information

#B46283 (or 0xB46283) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 83. RGB value is (180,98,131). Sum of RGB (Red+Green+Blue) = 180+98+131=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B46283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46283 is #4B9D7C. Grayscale: #7E7E7E. Windows color (decimal): -4955517 or 8610484. OLE color: 8610484.

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

Color convert

RGB18098131-
CMYK00.460.270.29
HSL335.85º35.34%54.51%-
HSV(B)335.85º45.56%70.59%-
XYZ27.2920.0823.91-
YUV126.28130.67166.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=44.01%
G=23.96%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809813100.460.270.29335.8535.3454.51
HexB4628302E1B1D1502337
Octal26414220305633355204367
Binary1011010011000101000001101011101101111101101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46283; }

 p { color: rgb(180,98,131); }

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

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

 a { background-color: rgb(180,98,131); }

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

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

 span { border-color: rgb(180,98,131); }

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