#B9344C

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

Shades of Old Rose #B9344C

Tints of Old Rose #B9344C

Color information

#B9344C (or 0xB9344C) is unknown color: approx Old Rose. HEX triplet: B9, 34 and 4C. RGB value is (185,52,76). Sum of RGB (Red+Green+Blue) = 185+52+76=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9344C is #46CBB3. Grayscale: #5E5E5E. Windows color (decimal): -4639668 or 4994233. OLE color: 4994233.

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

Color convert

RGB1855276-
CMYK00.720.590.27
HSL349.17º56.12%46.47%-
HSV(B)349.17º71.89%72.55%-
XYZ22.5413.298.22-
YUV94.5117.56192.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=59.11%
G=16.61%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185527600.720.590.27349.1756.1246.47
HexB9344C0483B1B15d382e
Octal27164114011073335357056
Binary1011100111010010011000100100011101111011101011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9344C; }

 p { color: rgb(185,52,76); }

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

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

 a { background-color: rgb(185,52,76); }

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

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

 span { border-color: rgb(185,52,76); }

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