#B4628B

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

Shades of Tapestry #B4628B

Tints of Tapestry #B4628B

Color information

#B4628B (or 0xB4628B) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 8B. RGB value is (180,98,139). Sum of RGB (Red+Green+Blue) = 180+98+139=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4628B is #4B9D74. Grayscale: #7F7F7F. Windows color (decimal): -4955509 or 9134772. OLE color: 9134772.

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

Color convert

RGB18098139-
CMYK00.460.230.29
HSL330º35.34%54.51%-
HSV(B)330º45.56%70.59%-
XYZ27.8520.326.88-
YUV127.19134.67165.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=43.17%
G=23.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809813900.460.230.2933035.3454.51
HexB4628B02E171D14a2337
Octal26414221305627355124367
Binary1011010011000101000101101011101011111101101001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4628B; }

 p { color: rgb(180,98,139); }

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

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

 a { background-color: rgb(180,98,139); }

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

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

 span { border-color: rgb(180,98,139); }

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