#B9404F

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

Shades of Old Rose #B9404F

Tints of Old Rose #B9404F

Color information

#B9404F (or 0xB9404F) is unknown color: approx Old Rose. HEX triplet: B9, 40 and 4F. RGB value is (185,64,79). Sum of RGB (Red+Green+Blue) = 185+64+79=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9404F is #46BFB0. Grayscale: #656565. Windows color (decimal): -4636593 or 5193913. OLE color: 5193913.

HSL color Cylindrical-coordinate representation of color #B9404F: hue angle of 352.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9404F is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1856479-
CMYK00.650.570.27
HSL352.56º48.59%48.82%-
HSV(B)352.56º65.41%72.55%-
XYZ23.2514.558.98-
YUV101.89115.09187.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=56.40%
G=19.51%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185647900.650.570.27352.5648.5948.82
HexB9404F041391B1613131
Octal271100117010171335416161
Binary10111001100000010011110100000111100111011101100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9404F; }

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

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

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

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

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

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

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

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