#B9245F

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

Shades of Old Rose #B9245F

Tints of Old Rose #B9245F

Color information

#B9245F (or 0xB9245F) is unknown color: approx Old Rose. HEX triplet: B9, 24 and 5F. RGB value is (185,36,95). Sum of RGB (Red+Green+Blue) = 185+36+95=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9245F is #46DBA0. Grayscale: #575757. Windows color (decimal): -4643745 or 6235321. OLE color: 6235321.

HSL color Cylindrical-coordinate representation of color #B9245F: hue angle of 336.24º 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 #B9245F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1853695-
CMYK00.810.490.27
HSL336.24º67.42%43.33%-
HSV(B)336.24º80.54%72.55%-
XYZ22.712.412.02-
YUV87.28132.36197.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=58.54%
G=11.39%
B=30.06%

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
Decimal185369500.810.490.27336.2467.4243.33
HexB9245F051311B150432b
Octal271441370121613352010353
Binary10111001100100101111101010001110001110111010100001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9245F; }

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

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

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

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

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

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

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

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