#B9245E

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

Shades of Old Rose #B9245E

Tints of Old Rose #B9245E

Color information

#B9245E (or 0xB9245E) is unknown color: approx Old Rose. HEX triplet: B9, 24 and 5E. RGB value is (185,36,94). Sum of RGB (Red+Green+Blue) = 185+36+94=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9245E is #46DBA1. Grayscale: #575757. Windows color (decimal): -4643746 or 6169785. OLE color: 6169785.

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

Color convert

RGB1853694-
CMYK00.810.490.27
HSL336.64º67.42%43.33%-
HSV(B)336.64º80.54%72.55%-
XYZ22.6612.3811.79-
YUV87.16131.86197.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=58.73%
G=11.43%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185369400.810.490.27336.6467.4243.33
HexB9245E051311B151432b
Octal271441360121613352110353
Binary10111001100100101111001010001110001110111010100011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9245E; }

 p { color: rgb(185,36,94); }

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

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

 a { background-color: rgb(185,36,94); }

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

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

 span { border-color: rgb(185,36,94); }

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