#B73E46

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

Shades of Old Rose #B73E46

Tints of Old Rose #B73E46

Color information

#B73E46 (or 0xB73E46) is unknown color: approx Old Rose. HEX triplet: B7, 3E and 46. RGB value is (183,62,70). Sum of RGB (Red+Green+Blue) = 183+62+70=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E46 is #48C1B9. Grayscale: #636363. Windows color (decimal): -4768186 or 4603575. OLE color: 4603575.

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

Color convert

RGB1836270-
CMYK00.660.620.28
HSL356.03º49.39%48.04%-
HSV(B)356.03º66.12%71.76%-
XYZ22.3613.957.31-
YUV99.09111.59187.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=58.10%
G=19.68%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183627000.660.620.28356.0349.3948.04
HexB73E460423E1C1643130
Octal26776106010276345446160
Binary1011011111111010001100100001011111011100101100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E46; }

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

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

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

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

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

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

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

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