#B9404E

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

Shades of Old Rose #B9404E

Tints of Old Rose #B9404E

Color information

#B9404E (or 0xB9404E) is unknown color: approx Old Rose. HEX triplet: B9, 40 and 4E. RGB value is (185,64,78). Sum of RGB (Red+Green+Blue) = 185+64+78=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9404E is #46BFB1. Grayscale: #656565. Windows color (decimal): -4636594 or 5128377. OLE color: 5128377.

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

Color convert

RGB1856478-
CMYK00.650.580.27
HSL353.06º48.59%48.82%-
HSV(B)353.06º65.41%72.55%-
XYZ23.2214.538.79-
YUV101.78114.59187.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=56.57%
G=19.57%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185647800.650.580.27353.0648.5948.82
HexB9404E0413A1B1613131
Octal271100116010172335416161
Binary10111001100000010011100100000111101011011101100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9404E; }

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

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

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

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

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

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

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

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