#B62955

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

Shades of Old Rose #B62955

Tints of Old Rose #B62955

Color information

#B62955 (or 0xB62955) is unknown color: approx Old Rose. HEX triplet: B6, 29 and 55. RGB value is (182,41,85). Sum of RGB (Red+Green+Blue) = 182+41+85=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B62955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62955 is #49D6AA. Grayscale: #585858. Windows color (decimal): -4839083 or 5581238. OLE color: 5581238.

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

Color convert

RGB1824185-
CMYK00.770.530.29
HSL341.28º63.23%43.73%-
HSV(B)341.28º77.47%71.37%-
XYZ21.7212.199.8-
YUV88.18126.21194.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=59.09%
G=13.31%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182418500.770.530.29341.2863.2343.73
HexB6295504D351D1553f2c
Octal26651125011565355257754
Binary1011011010100110101010100110111010111101101010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62955; }

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

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

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

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

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

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

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

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