#B9184F

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

Shades of Old Rose #B9184F

Tints of Old Rose #B9184F

Color information

#B9184F (or 0xB9184F) is unknown color: approx Old Rose. HEX triplet: B9, 18 and 4F. RGB value is (185,24,79). Sum of RGB (Red+Green+Blue) = 185+24+79=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9184F is #46E7B0. Grayscale: #4E4E4E. Windows color (decimal): -4646833 or 5183673. OLE color: 5183673.

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

Color convert

RGB1852479-
CMYK00.870.570.27
HSL339.5º77.03%40.98%-
HSV(B)339.5º87.03%72.55%-
XYZ21.7511.538.48-
YUV78.41128.34204.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=64.24%
G=8.33%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185247900.870.570.27339.577.0340.98
HexB9184F057391B1544d29
Octal271301170127713352411551
Binary1011100111000100111101010111111001110111010101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9184F; }

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

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

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

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

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

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

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

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