#b74248

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

Shades of Old Rose #B74248

Tints of Old Rose #B74248

Color information

#B74248 (or 0xB74248) is unknown color: approx Old Rose. HEX triplet: B7, 42 and 48. RGB value is (183,66,72). Sum of RGB (Red+Green+Blue) = 183+66+72=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B74248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74248 is #48BDB7. Grayscale: #656565. Windows color (decimal): -4767160 or 4735671. OLE color: 4735671.

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

Color convert

RGB1836672-
CMYK00.640.610.28
HSL356.92º46.99%48.82%-
HSV(B)356.92º63.93%71.76%-
XYZ22.6514.437.72-
YUV101.67111.26186.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=57.01%
G=20.56%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183667200.640.610.28356.9246.9948.82
HexB742480403D1C1652f31
Octal267102110010075345455761
Binary10110111100001010010000100000011110111100101100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74248; }

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

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

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

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

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

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

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

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