#B9225B

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

Shades of Old Rose #B9225B

Tints of Old Rose #B9225B

Color information

#B9225B (or 0xB9225B) is unknown color: approx Old Rose. HEX triplet: B9, 22 and 5B. RGB value is (185,34,91). Sum of RGB (Red+Green+Blue) = 185+34+91=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9225B is #46DDA4. Grayscale: #555555. Windows color (decimal): -4644261 or 5972665. OLE color: 5972665.

HSL color Cylindrical-coordinate representation of color #B9225B: hue angle of 337.35º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9225B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1853491-
CMYK00.820.510.27
HSL337.35º68.95%42.94%-
HSV(B)337.35º81.62%72.55%-
XYZ22.4712.2111.07-
YUV85.65131.03198.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=59.68%
G=10.97%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185349100.820.510.27337.3568.9542.94
HexB9225B052331B151452b
Octal271421330122633352110553
Binary10111001100010101101101010010110011110111010100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9225B; }

 p { color: rgb(185,34,91); }

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

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

 a { background-color: rgb(185,34,91); }

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

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

 span { border-color: rgb(185,34,91); }

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