#B3638A

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

Shades of Tapestry #B3638A

Tints of Tapestry #B3638A

Color information

#B3638A (or 0xB3638A) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 8A. RGB value is (179,99,138). Sum of RGB (Red+Green+Blue) = 179+99+138=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3638A is #4C9C75. Grayscale: #7F7F7F. Windows color (decimal): -5020790 or 9069491. OLE color: 9069491.

HSL color Cylindrical-coordinate representation of color #B3638A: hue angle of 330.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3638A is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17999138-
CMYK00.450.230.30
HSL330.75º34.48%54.51%-
HSV(B)330.75º44.69%70.2%-
XYZ27.6420.3426.51-
YUV127.37134164.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=43.03%
G=23.80%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799913800.450.230.30330.7534.4854.51
HexB3638A02D171E14b2237
Octal26314321205527365134267
Binary1011001111000111000101001011011011111110101001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3638A; }

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

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

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

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

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

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

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

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