#B73F45

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

Shades of Old Rose #B73F45

Tints of Old Rose #B73F45

Color information

#B73F45 (or 0xB73F45) is unknown color: approx Old Rose. HEX triplet: B7, 3F and 45. RGB value is (183,63,69). Sum of RGB (Red+Green+Blue) = 183+63+69=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F45 is #48C0BA. Grayscale: #636363. Windows color (decimal): -4767931 or 4538295. OLE color: 4538295.

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

Color convert

RGB1836369-
CMYK00.660.620.28
HSL357º48.78%48.24%-
HSV(B)357º65.57%71.76%-
XYZ22.3814.057.16-
YUV99.56110.76187.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=58.10%
G=20%
B=21.90%

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
Decimal183636900.660.620.2835748.7848.24
HexB73F450423E1C1653130
Octal26777105010276345456160
Binary1011011111111110001010100001011111011100101100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F45; }

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

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

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

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

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

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

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

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