#B73652

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

Shades of Old Rose #B73652

Tints of Old Rose #B73652

Color information

#B73652 (or 0xB73652) is unknown color: approx Old Rose. HEX triplet: B7, 36 and 52. RGB value is (183,54,82). Sum of RGB (Red+Green+Blue) = 183+54+82=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B73652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73652 is #48C9AD. Grayscale: #5F5F5F. Windows color (decimal): -4770222 or 5387959. OLE color: 5387959.

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

Color convert

RGB1835482-
CMYK00.700.550.28
HSL346.98º54.43%46.47%-
HSV(B)346.98º70.49%71.76%-
XYZ22.3713.319.37-
YUV95.76120.24190.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=57.37%
G=16.93%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183548200.700.550.28346.9854.4346.47
HexB73652046371C15b362e
Octal26766122010667345336656
Binary1011011111011010100100100011011011111100101011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73652; }

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

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

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

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

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

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

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

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