#B3628A

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

Shades of Tapestry #B3628A

Tints of Tapestry #B3628A

Color information

#B3628A (or 0xB3628A) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 8A. RGB value is (179,98,138). Sum of RGB (Red+Green+Blue) = 179+98+138=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3628A is #4C9D75. Grayscale: #7E7E7E. Windows color (decimal): -5021046 or 9069235. OLE color: 9069235.

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

Color convert

RGB17998138-
CMYK00.450.230.30
HSL330.37º34.76%54.31%-
HSV(B)330.37º45.25%70.2%-
XYZ27.5520.1526.48-
YUV126.78134.34165.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=43.13%
G=23.61%
B=33.25%

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
Decimal1799813800.450.230.30330.3734.7654.31
HexB3628A02D171E14a2336
Octal26314221205527365124366
Binary1011001111000101000101001011011011111110101001010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3628A; }

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

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

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

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

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

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

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

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