#b66375

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

Shades of Tapestry #B66375

Tints of Tapestry #B66375

Color information

#B66375 (or 0xB66375) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 75. RGB value is (182,99,117). Sum of RGB (Red+Green+Blue) = 182+99+117=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B66375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66375 is #499C8A. Grayscale: #7D7D7D. Windows color (decimal): -4824203 or 7693238. OLE color: 7693238.

HSL color Cylindrical-coordinate representation of color #B66375: hue angle of 346.99º degrees, saturation: 0.36, 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 #B66375 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18299117-
CMYK00.460.360.29
HSL346.99º36.24%55.1%-
HSV(B)346.99º45.6%71.37%-
XYZ26.9620.1519.3-
YUV125.87123168.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=45.73%
G=24.87%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829911700.460.360.29346.9936.2455.1
HexB6637502E241D15b2437
Octal26614316505644355334467
Binary1011011011000111110101010111010010011101101011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66375; }

 p { color: rgb(182,99,117); }

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

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

 a { background-color: rgb(182,99,117); }

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

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

 span { border-color: rgb(182,99,117); }

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