#B73F4C

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

Shades of Old Rose #B73F4C

Tints of Old Rose #B73F4C

Color information

#B73F4C (or 0xB73F4C) is unknown color: approx Old Rose. HEX triplet: B7, 3F and 4C. RGB value is (183,63,76). Sum of RGB (Red+Green+Blue) = 183+63+76=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F4C is #48C0B3. Grayscale: #646464. Windows color (decimal): -4767924 or 4997047. OLE color: 4997047.

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

Color convert

RGB1836376-
CMYK00.660.580.28
HSL353.5º48.78%48.24%-
HSV(B)353.5º65.57%71.76%-
XYZ22.6114.148.38-
YUV100.36114.26186.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=56.83%
G=19.57%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183637600.660.580.28353.548.7848.24
HexB73F4C0423A1C1623130
Octal26777114010272345426160
Binary1011011111111110011000100001011101011100101100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F4C; }

 p { color: rgb(183,63,76); }

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

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

 a { background-color: rgb(183,63,76); }

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

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

 span { border-color: rgb(183,63,76); }

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