#B6638A

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

Shades of Tapestry #B6638A

Tints of Tapestry #B6638A

Color information

#B6638A (or 0xB6638A) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 8A. RGB value is (182,99,138). Sum of RGB (Red+Green+Blue) = 182+99+138=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6638A is #499C75. Grayscale: #808080. Windows color (decimal): -4824182 or 9069494. OLE color: 9069494.

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

Color convert

RGB18299138-
CMYK00.460.240.29
HSL331.81º36.24%55.1%-
HSV(B)331.81º45.6%71.37%-
XYZ28.3420.726.55-
YUV128.26133.5166.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=43.44%
G=23.63%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829913800.460.240.29331.8136.2455.1
HexB6638A02E181D14c2437
Octal26614321205630355144467
Binary1011011011000111000101001011101100011101101001100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6638A; }

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

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

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

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

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

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

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

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