#B74446

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

Shades of Old Rose #B74446

Tints of Old Rose #B74446

Color information

#B74446 (or 0xB74446) is unknown color: approx Old Rose. HEX triplet: B7, 44 and 46. RGB value is (183,68,70). Sum of RGB (Red+Green+Blue) = 183+68+70=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74446 is #48BBB9. Grayscale: #666666. Windows color (decimal): -4766650 or 4605111. OLE color: 4605111.

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

Color convert

RGB1836870-
CMYK00.630.620.28
HSL358.96º45.82%49.22%-
HSV(B)358.96º62.84%71.76%-
XYZ22.714.647.42-
YUV102.61109.6185.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=57.01%
G=21.18%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183687000.630.620.28358.9645.8249.22
HexB7444603F3E1C1672e31
Octal26710410607776345475661
Binary1011011110001001000110011111111111011100101100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74446; }

 p { color: rgb(183,68,70); }

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

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

 a { background-color: rgb(183,68,70); }

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

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

 span { border-color: rgb(183,68,70); }

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