#B73A52

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

Shades of Old Rose #B73A52

Tints of Old Rose #B73A52

Color information

#B73A52 (or 0xB73A52) is unknown color: approx Old Rose. HEX triplet: B7, 3A and 52. RGB value is (183,58,82). Sum of RGB (Red+Green+Blue) = 183+58+82=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A52 is #48C5AD. Grayscale: #626262. Windows color (decimal): -4769198 or 5388983. OLE color: 5388983.

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

Color convert

RGB1835882-
CMYK00.680.550.28
HSL348.48º51.87%47.25%-
HSV(B)348.48º68.31%71.76%-
XYZ22.5613.79.44-
YUV98.11118.91188.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=56.66%
G=17.96%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183588200.680.550.28348.4851.8747.25
HexB73A52044371C15c342f
Octal26772122010467345346457
Binary1011011111101010100100100010011011111100101011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A52; }

 p { color: rgb(183,58,82); }

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

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

 a { background-color: rgb(183,58,82); }

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

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

 span { border-color: rgb(183,58,82); }

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