#B74048

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

Shades of Old Rose #B74048

Tints of Old Rose #B74048

Color information

#B74048 (or 0xB74048) is unknown color: approx Old Rose. HEX triplet: B7, 40 and 48. RGB value is (183,64,72). Sum of RGB (Red+Green+Blue) = 183+64+72=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B74048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74048 is #48BFB7. Grayscale: #646464. Windows color (decimal): -4767672 or 4735159. OLE color: 4735159.

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

Color convert

RGB1836472-
CMYK00.650.610.28
HSL355.97º48.18%48.43%-
HSV(B)355.97º65.03%71.76%-
XYZ22.5314.27.68-
YUV100.49111.92186.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=57.37%
G=20.06%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183647200.650.610.28355.9748.1848.43
HexB740480413D1C1643030
Octal267100110010175345446060
Binary10110111100000010010000100000111110111100101100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74048; }

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

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

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

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

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

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

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

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