#B8404D

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

Shades of Old Rose #B8404D

Tints of Old Rose #B8404D

Color information

#B8404D (or 0xB8404D) is unknown color: approx Old Rose. HEX triplet: B8, 40 and 4D. RGB value is (184,64,77). Sum of RGB (Red+Green+Blue) = 184+64+77=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8404D is #47BFB2. Grayscale: #656565. Windows color (decimal): -4702131 or 5062840. OLE color: 5062840.

HSL color Cylindrical-coordinate representation of color #B8404D: hue angle of 353.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8404D is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1846477-
CMYK00.650.580.28
HSL353.5º48.39%48.63%-
HSV(B)353.5º65.22%72.16%-
XYZ22.9414.398.59-
YUV101.36114.26186.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=56.62%
G=19.69%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184647700.650.580.28353.548.3948.63
HexB8404D0413A1C1623031
Octal270100115010172345426061
Binary10111000100000010011010100000111101011100101100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8404D; }

 p { color: rgb(184,64,77); }

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

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

 a { background-color: rgb(184,64,77); }

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

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

 span { border-color: rgb(184,64,77); }

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