#B73650

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

Shades of Old Rose #B73650

Tints of Old Rose #B73650

Color information

#B73650 (or 0xB73650) is unknown color: approx Old Rose. HEX triplet: B7, 36 and 50. RGB value is (183,54,80). Sum of RGB (Red+Green+Blue) = 183+54+80=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B73650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73650 is #48C9AF. Grayscale: #5F5F5F. Windows color (decimal): -4770224 or 5256887. OLE color: 5256887.

HSL color Cylindrical-coordinate representation of color #B73650: hue angle of 347.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73650 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1835480-
CMYK00.700.560.28
HSL347.91º54.43%46.47%-
HSV(B)347.91º70.49%71.76%-
XYZ22.313.288.98-
YUV95.54119.24190.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=57.73%
G=17.03%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183548000.700.560.28347.9154.4346.47
HexB73650046381C15c362e
Octal26766120010670345346656
Binary1011011111011010100000100011011100011100101011100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73650; }

 p { color: rgb(183,54,80); }

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

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

 a { background-color: rgb(183,54,80); }

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

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

 span { border-color: rgb(183,54,80); }

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