#B9304B

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

Shades of Old Rose #B9304B

Tints of Old Rose #B9304B

Color information

#B9304B (or 0xB9304B) is unknown color: approx Old Rose. HEX triplet: B9, 30 and 4B. RGB value is (185,48,75). Sum of RGB (Red+Green+Blue) = 185+48+75=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9304B is #46CFB4. Grayscale: #5C5C5C. Windows color (decimal): -4640693 or 4927673. OLE color: 4927673.

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

Color convert

RGB1854875-
CMYK00.740.590.27
HSL348.18º58.8%45.69%-
HSV(B)348.18º74.05%72.55%-
XYZ22.3312.947.98-
YUV92.04118.39194.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=60.06%
G=15.58%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185487500.740.590.27348.1858.845.69
HexB9304B04A3B1B15c3b2e
Octal27160113011273335347356
Binary1011100111000010010110100101011101111011101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9304B; }

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

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

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

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

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

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

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

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