#B62351

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

Shades of Old Rose #B62351

Tints of Old Rose #B62351

Color information

#B62351 (or 0xB62351) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 51. RGB value is (182,35,81). Sum of RGB (Red+Green+Blue) = 182+35+81=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B62351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62351 is #49DCAE. Grayscale: #545454. Windows color (decimal): -4840623 or 5317558. OLE color: 5317558.

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

Color convert

RGB1823581-
CMYK00.810.550.29
HSL341.22º67.74%42.55%-
HSV(B)341.22º80.77%71.37%-
XYZ21.3811.748.92-
YUV84.2126.2197.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=61.07%
G=11.74%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182358100.810.550.29341.2267.7442.55
HexB62351051371D155442b
Octal266431210121673552510453
Binary10110110100011101000101010001110111111011010101011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62351; }

 p { color: rgb(182,35,81); }

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

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

 a { background-color: rgb(182,35,81); }

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

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

 span { border-color: rgb(182,35,81); }

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