#B62857

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

Shades of Old Rose #B62857

Tints of Old Rose #B62857

Color information

#B62857 (or 0xB62857) is unknown color: approx Old Rose. HEX triplet: B6, 28 and 57. RGB value is (182,40,87). Sum of RGB (Red+Green+Blue) = 182+40+87=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B62857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62857 is #49D7A8. Grayscale: #575757. Windows color (decimal): -4839337 or 5712054. OLE color: 5712054.

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

Color convert

RGB1824087-
CMYK00.780.520.29
HSL340.14º63.96%43.53%-
HSV(B)340.14º78.02%71.37%-
XYZ21.7712.1510.21-
YUV87.82127.54195.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=58.90%
G=12.94%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182408700.780.520.29340.1463.9643.53
HexB6285704E341D154402c
Octal266501270116643552410054
Binary10110110101000101011101001110110100111011010101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62857; }

 p { color: rgb(182,40,87); }

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

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

 a { background-color: rgb(182,40,87); }

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

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

 span { border-color: rgb(182,40,87); }

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