#B8404C

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

Shades of Old Rose #B8404C

Tints of Old Rose #B8404C

Color information

#B8404C (or 0xB8404C) is unknown color: approx Old Rose. HEX triplet: B8, 40 and 4C. RGB value is (184,64,76). Sum of RGB (Red+Green+Blue) = 184+64+76=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8404C is #47BFB3. Grayscale: #656565. Windows color (decimal): -4702132 or 4997304. OLE color: 4997304.

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

Color convert

RGB1846476-
CMYK00.650.590.28
HSL354º48.39%48.63%-
HSV(B)354º65.22%72.16%-
XYZ22.9114.388.41-
YUV101.25113.76187.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=56.79%
G=19.75%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184647600.650.590.2835448.3948.63
HexB8404C0413B1C1623031
Octal270100114010173345426061
Binary10111000100000010011000100000111101111100101100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8404C; }

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

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

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

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

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

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

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

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