#B74046

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

Shades of Old Rose #B74046

Tints of Old Rose #B74046

Color information

#B74046 (or 0xB74046) is unknown color: approx Old Rose. HEX triplet: B7, 40 and 46. RGB value is (183,64,70). Sum of RGB (Red+Green+Blue) = 183+64+70=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B74046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74046 is #48BFB9. Grayscale: #646464. Windows color (decimal): -4767674 or 4604087. OLE color: 4604087.

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

Color convert

RGB1836470-
CMYK00.650.620.28
HSL356.97º48.18%48.43%-
HSV(B)356.97º65.03%71.76%-
XYZ22.4714.187.35-
YUV100.26110.92187.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=57.73%
G=20.19%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183647000.650.620.28356.9748.1848.43
HexB740460413E1C1653030
Octal267100106010176345456060
Binary10110111100000010001100100000111111011100101100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74046; }

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

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

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

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

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

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

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

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