#B7404D

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

Shades of Old Rose #B7404D

Tints of Old Rose #B7404D

Color information

#B7404D (or 0xB7404D) is unknown color: approx Old Rose. HEX triplet: B7, 40 and 4D. RGB value is (183,64,77). Sum of RGB (Red+Green+Blue) = 183+64+77=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7404D is #48BFB2. Grayscale: #656565. Windows color (decimal): -4767667 or 5062839. OLE color: 5062839.

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

Color convert

RGB1836477-
CMYK00.650.580.28
HSL353.45º48.18%48.43%-
HSV(B)353.45º65.03%71.76%-
XYZ22.714.278.58-
YUV101.06114.42186.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=56.48%
G=19.75%
B=23.77%

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
Decimal183647700.650.580.28353.4548.1848.43
HexB7404D0413A1C1613030
Octal267100115010172345416060
Binary10110111100000010011010100000111101011100101100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7404D; }

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

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

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

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

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

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

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

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