#B62456

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

Shades of Old Rose #B62456

Tints of Old Rose #B62456

Color information

#B62456 (or 0xB62456) is unknown color: approx Old Rose. HEX triplet: B6, 24 and 56. RGB value is (182,36,86). Sum of RGB (Red+Green+Blue) = 182+36+86=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B62456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62456 is #49DBA9. Grayscale: #555555. Windows color (decimal): -4840362 or 5645494. OLE color: 5645494.

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

Color convert

RGB1823686-
CMYK00.800.530.29
HSL339.45º66.97%42.75%-
HSV(B)339.45º80.22%71.37%-
XYZ21.611.889.96-
YUV85.35128.37196.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=59.87%
G=11.84%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182368600.800.530.29339.4566.9742.75
HexB62456050351D153432b
Octal266441260120653552310353
Binary10110110100100101011001010000110101111011010100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62456; }

 p { color: rgb(182,36,86); }

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

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

 a { background-color: rgb(182,36,86); }

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

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

 span { border-color: rgb(182,36,86); }

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