#B4608A

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

Shades of Tapestry #B4608A

Tints of Tapestry #B4608A

Color information

#B4608A (or 0xB4608A) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 8A. RGB value is (180,96,138). Sum of RGB (Red+Green+Blue) = 180+96+138=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B4608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4608A is #4B9F75. Grayscale: #7D7D7D. Windows color (decimal): -4956022 or 9068724. OLE color: 9068724.

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

Color convert

RGB18096138-
CMYK00.470.230.29
HSL330º35.9%54.12%-
HSV(B)330º46.67%70.59%-
XYZ27.5919.926.43-
YUV125.9134.83166.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=43.48%
G=23.19%
B=33.33%

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
Decimal1809613800.470.230.2933035.954.12
HexB4608A02F171D14a2436
Octal26414021205727355124466
Binary1011010011000001000101001011111011111101101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4608A; }

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

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

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

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

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

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

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

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