#B42655

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

Shades of Old Rose #B42655

Tints of Old Rose #B42655

Color information

#B42655 (or 0xB42655) is unknown color: approx Old Rose. HEX triplet: B4, 26 and 55. RGB value is (180,38,85). Sum of RGB (Red+Green+Blue) = 180+38+85=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42655 is #4BD9AA. Grayscale: #555555. Windows color (decimal): -4970923 or 5580468. OLE color: 5580468.

HSL color Cylindrical-coordinate representation of color #B42655: hue angle of 340.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42655 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1803885-
CMYK00.790.530.29
HSL340.14º65.14%42.75%-
HSV(B)340.14º78.89%70.59%-
XYZ21.1611.759.75-
YUV85.82127.54195.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=59.41%
G=12.54%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180388500.790.530.29340.1465.1442.75
HexB4265504F351D154412b
Octal264461250117653552410153
Binary10110100100110101010101001111110101111011010101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42655; }

 p { color: rgb(180,38,85); }

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

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

 a { background-color: rgb(180,38,85); }

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

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

 span { border-color: rgb(180,38,85); }

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