#B73655

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

Shades of Old Rose #B73655

Tints of Old Rose #B73655

Color information

#B73655 (or 0xB73655) is unknown color: approx Old Rose. HEX triplet: B7, 36 and 55. RGB value is (183,54,85). Sum of RGB (Red+Green+Blue) = 183+54+85=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B73655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73655 is #48C9AA. Grayscale: #606060. Windows color (decimal): -4770219 or 5584567. OLE color: 5584567.

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

Color convert

RGB1835485-
CMYK00.700.540.28
HSL345.58º54.43%46.47%-
HSV(B)345.58º70.49%71.76%-
XYZ22.4913.369.99-
YUV96.1121.74189.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=56.83%
G=16.77%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183548500.700.540.28345.5854.4346.47
HexB73655046361C15a362e
Octal26766125010666345326656
Binary1011011111011010101010100011011011011100101011010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73655; }

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

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

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

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

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

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

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

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