#B4608B

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

Shades of Tapestry #B4608B

Tints of Tapestry #B4608B

Color information

#B4608B (or 0xB4608B) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 8B. RGB value is (180,96,139). Sum of RGB (Red+Green+Blue) = 180+96+139=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4608B is #4B9F74. Grayscale: #7D7D7D. Windows color (decimal): -4956021 or 9134260. OLE color: 9134260.

HSL color Cylindrical-coordinate representation of color #B4608B: hue angle of 329.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4608B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18096139-
CMYK00.470.230.29
HSL329.29º35.9%54.12%-
HSV(B)329.29º46.67%70.59%-
XYZ27.6719.9326.82-
YUV126.02135.33166.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=43.37%
G=23.13%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809613900.470.230.29329.2935.954.12
HexB4608B02F171D1492436
Octal26414021305727355114466
Binary1011010011000001000101101011111011111101101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4608B; }

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

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

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

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

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

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

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

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