#B62660

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

Shades of Old Rose #B62660

Tints of Old Rose #B62660

Color information

#B62660 (or 0xB62660) is unknown color: approx Old Rose. HEX triplet: B6, 26 and 60. RGB value is (182,38,96). Sum of RGB (Red+Green+Blue) = 182+38+96=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B62660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62660 is #49D99F. Grayscale: #575757. Windows color (decimal): -4839840 or 6301366. OLE color: 6301366.

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

Color convert

RGB1823896-
CMYK00.790.470.29
HSL335.83º65.45%43.14%-
HSV(B)335.83º79.12%71.37%-
XYZ22.112.1812.25-
YUV87.67132.71195.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=57.59%
G=12.03%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182389600.790.470.29335.8365.4543.14
HexB6266004F2F1D150412b
Octal266461400117573552010153
Binary10110110100110110000001001111101111111011010100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62660; }

 p { color: rgb(182,38,96); }

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

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

 a { background-color: rgb(182,38,96); }

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

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

 span { border-color: rgb(182,38,96); }

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