#B62055

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

Shades of Old Rose #B62055

Tints of Old Rose #B62055

Color information

#B62055 (or 0xB62055) is unknown color: approx Old Rose. HEX triplet: B6, 20 and 55. RGB value is (182,32,85). Sum of RGB (Red+Green+Blue) = 182+32+85=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B62055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62055 is #49DFAA. Grayscale: #525252. Windows color (decimal): -4841387 or 5578934. OLE color: 5578934.

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

Color convert

RGB1823285-
CMYK00.820.530.29
HSL338.8º70.09%41.96%-
HSV(B)338.8º82.42%71.37%-
XYZ21.4511.639.71-
YUV82.89129.2198.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=60.87%
G=10.70%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182328500.820.530.29338.870.0941.96
HexB62055052351D153462a
Octal266401250122653552310652
Binary10110110100000101010101010010110101111011010100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62055; }

 p { color: rgb(182,32,85); }

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

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

 a { background-color: rgb(182,32,85); }

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

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

 span { border-color: rgb(182,32,85); }

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