#B73354

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

Shades of Old Rose #B73354

Tints of Old Rose #B73354

Color information

#B73354 (or 0xB73354) is unknown color: approx Old Rose. HEX triplet: B7, 33 and 54. RGB value is (183,51,84). Sum of RGB (Red+Green+Blue) = 183+51+84=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73354 is #48CCAB. Grayscale: #5E5E5E. Windows color (decimal): -4770988 or 5518263. OLE color: 5518263.

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

Color convert

RGB1835184-
CMYK00.720.540.28
HSL345º56.41%45.88%-
HSV(B)345º72.13%71.76%-
XYZ22.3113.089.74-
YUV94.23122.23191.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=57.55%
G=16.04%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183518400.720.540.2834556.4145.88
HexB73354048361C159382e
Octal26763124011066345317056
Binary1011011111001110101000100100011011011100101011001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73354; }

 p { color: rgb(183,51,84); }

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

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

 a { background-color: rgb(183,51,84); }

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

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

 span { border-color: rgb(183,51,84); }

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