#B9304A

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

Shades of Old Rose #B9304A

Tints of Old Rose #B9304A

Color information

#B9304A (or 0xB9304A) is unknown color: approx Old Rose. HEX triplet: B9, 30 and 4A. RGB value is (185,48,74). Sum of RGB (Red+Green+Blue) = 185+48+74=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9304A is #46CFB5. Grayscale: #5B5B5B. Windows color (decimal): -4640694 or 4862137. OLE color: 4862137.

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

Color convert

RGB1854874-
CMYK00.740.60.27
HSL348.61º58.8%45.69%-
HSV(B)348.61º74.05%72.55%-
XYZ22.312.927.8-
YUV91.93117.89194.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=60.26%
G=15.64%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185487400.740.60.27348.6158.845.69
HexB9304A04A3C1B15d3b2e
Octal27160112011274335357356
Binary1011100111000010010100100101011110011011101011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9304A; }

 p { color: rgb(185,48,74); }

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

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

 a { background-color: rgb(185,48,74); }

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

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

 span { border-color: rgb(185,48,74); }

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