#b9294d

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

Shades of Old Rose #B9294D

Tints of Old Rose #B9294D

Color information

#B9294D (or 0xB9294D) is unknown color: approx Old Rose. HEX triplet: B9, 29 and 4D. RGB value is (185,41,77). Sum of RGB (Red+Green+Blue) = 185+41+77=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9294D is #46D6B2. Grayscale: #585858. Windows color (decimal): -4642483 or 5056953. OLE color: 5056953.

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

Color convert

RGB1854177-
CMYK00.780.580.27
HSL345º63.72%44.31%-
HSV(B)345º77.84%72.55%-
XYZ22.1412.448.25-
YUV88.16121.71197.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=61.06%
G=13.53%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185417700.780.580.2734563.7244.31
HexB9294D04E3A1B159402c
Octal271511150116723353110054
Binary10111001101001100110101001110111010110111010110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9294d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9294d; }

 p { color: rgb(185,41,77); }

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

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

 a { background-color: rgb(185,41,77); }

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

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

 span { border-color: rgb(185,41,77); }

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