#B9324E

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

Shades of Old Rose #B9324E

Tints of Old Rose #B9324E

Color information

#B9324E (or 0xB9324E) is unknown color: approx Old Rose. HEX triplet: B9, 32 and 4E. RGB value is (185,50,78). Sum of RGB (Red+Green+Blue) = 185+50+78=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9324E is #46CDB1. Grayscale: #5D5D5D. Windows color (decimal): -4640178 or 5124793. OLE color: 5124793.

HSL color Cylindrical-coordinate representation of color #B9324E: hue angle of 347.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9324E is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1855078-
CMYK00.730.580.27
HSL347.56º57.45%46.08%-
HSV(B)347.56º72.97%72.55%-
XYZ22.5213.158.56-
YUV93.56119.23193.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=59.11%
G=15.97%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185507800.730.580.27347.5657.4546.08
HexB9324E0493A1B15c392e
Octal27162116011172335347156
Binary1011100111001010011100100100111101011011101011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9324E; }

 p { color: rgb(185,50,78); }

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

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

 a { background-color: rgb(185,50,78); }

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

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

 span { border-color: rgb(185,50,78); }

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