#B7404C

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

Shades of Old Rose #B7404C

Tints of Old Rose #B7404C

Color information

#B7404C (or 0xB7404C) is unknown color: approx Old Rose. HEX triplet: B7, 40 and 4C. RGB value is (183,64,76). Sum of RGB (Red+Green+Blue) = 183+64+76=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7404C is #48BFB3. Grayscale: #656565. Windows color (decimal): -4767668 or 4997303. OLE color: 4997303.

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

Color convert

RGB1836476-
CMYK00.650.580.28
HSL353.95º48.18%48.43%-
HSV(B)353.95º65.03%71.76%-
XYZ22.6714.268.39-
YUV100.95113.92186.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=56.66%
G=19.81%
B=23.53%

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
Decimal183647600.650.580.28353.9548.1848.43
HexB7404C0413A1C1623030
Octal267100114010172345426060
Binary10110111100000010011000100000111101011100101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7404C; }

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

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

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

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

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

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

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

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