#B9184E

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

Shades of Old Rose #B9184E

Tints of Old Rose #B9184E

Color information

#B9184E (or 0xB9184E) is unknown color: approx Old Rose. HEX triplet: B9, 18 and 4E. RGB value is (185,24,78). Sum of RGB (Red+Green+Blue) = 185+24+78=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9184E is #46E7B1. Grayscale: #4E4E4E. Windows color (decimal): -4646834 or 5118137. OLE color: 5118137.

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

Color convert

RGB1852478-
CMYK00.870.580.27
HSL339.88º77.03%40.98%-
HSV(B)339.88º87.03%72.55%-
XYZ21.7111.528.29-
YUV78.29127.84204.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=64.46%
G=8.36%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185247800.870.580.27339.8877.0340.98
HexB9184E0573A1B1544d29
Octal271301160127723352411551
Binary1011100111000100111001010111111010110111010101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9184E; }

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

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

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

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

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

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

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

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