#B73959

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

Shades of Old Rose #B73959

Tints of Old Rose #B73959

Color information

#B73959 (or 0xB73959) is unknown color: approx Old Rose. HEX triplet: B7, 39 and 59. RGB value is (183,57,89). Sum of RGB (Red+Green+Blue) = 183+57+89=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B73959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73959 is #48C6A6. Grayscale: #626262. Windows color (decimal): -4769447 or 5847479. OLE color: 5847479.

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

Color convert

RGB1835789-
CMYK00.690.510.28
HSL344.76º52.5%47.06%-
HSV(B)344.76º68.85%71.76%-
XYZ22.7913.7110.9-
YUV98.32122.74188.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=55.62%
G=17.33%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183578900.690.510.28344.7652.547.06
HexB73959045331C159342f
Octal26771131010563345316457
Binary1011011111100110110010100010111001111100101011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73959; }

 p { color: rgb(183,57,89); }

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

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

 a { background-color: rgb(183,57,89); }

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

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

 span { border-color: rgb(183,57,89); }

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