#B22957

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

Shades of Old Rose #B22957

Tints of Old Rose #B22957

Color information

#B22957 (or 0xB22957) is unknown color: approx Old Rose. HEX triplet: B2, 29 and 57. RGB value is (178,41,87). Sum of RGB (Red+Green+Blue) = 178+41+87=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B22957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22957 is #4DD6A8. Grayscale: #575757. Windows color (decimal): -5101225 or 5712306. OLE color: 5712306.

HSL color Cylindrical-coordinate representation of color #B22957: hue angle of 339.85º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22957 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1784187-
CMYK00.770.510.30
HSL339.85º62.56%42.94%-
HSV(B)339.85º76.97%69.8%-
XYZ20.8711.7410.18-
YUV87.21127.89192.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 87 (34.38% from 255) = 28.43%
R=58.17%
G=13.40%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178418700.770.510.30339.8562.5642.94
HexB2295704D331E1543f2b
Octal26251127011563365247753
Binary1011001010100110101110100110111001111110101010100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22957; }

 p { color: rgb(178,41,87); }

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

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

 a { background-color: rgb(178,41,87); }

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

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

 span { border-color: rgb(178,41,87); }

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