#B9184C

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

Shades of Old Rose #B9184C

Tints of Old Rose #B9184C

Color information

#B9184C (or 0xB9184C) is unknown color: approx Old Rose. HEX triplet: B9, 18 and 4C. RGB value is (185,24,76). Sum of RGB (Red+Green+Blue) = 185+24+76=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9184C is #46E7B3. Grayscale: #4E4E4E. Windows color (decimal): -4646836 or 4987065. OLE color: 4987065.

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

Color convert

RGB1852476-
CMYK00.870.590.27
HSL340.62º77.03%40.98%-
HSV(B)340.62º87.03%72.55%-
XYZ21.6411.497.91-
YUV78.07126.84204.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=64.91%
G=8.42%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185247600.870.590.27340.6277.0340.98
HexB9184C0573B1B1554d29
Octal271301140127733352511551
Binary1011100111000100110001010111111011110111010101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9184C; }

 p { color: rgb(185,24,76); }

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

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

 a { background-color: rgb(185,24,76); }

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

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

 span { border-color: rgb(185,24,76); }

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