#B67483

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

Shades of Tapestry #B67483

Tints of Tapestry #B67483

Color information

#B67483 (or 0xB67483) is unknown color: approx Tapestry. HEX triplet: B6, 74 and 83. RGB value is (182,116,131). Sum of RGB (Red+Green+Blue) = 182+116+131=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B67483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67483 is #498B7C. Grayscale: #898989. Windows color (decimal): -4819837 or 8615094. OLE color: 8615094.

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

Color convert

RGB182116131-
CMYK00.360.280.29
HSL346.36º31.13%58.43%-
HSV(B)346.36º36.26%71.37%-
XYZ29.6324.0724.56-
YUV137.44124.37159.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=42.42%
G=27.04%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211613100.360.280.29346.3631.1358.43
HexB674830241C1D15a1f3a
Octal26616420304434355323772
Binary101101101110100100000110100100111001110110101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67483; }

 p { color: rgb(182,116,131); }

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

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

 a { background-color: rgb(182,116,131); }

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

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

 span { border-color: rgb(182,116,131); }

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