#B73052

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

Shades of Old Rose #B73052

Tints of Old Rose #B73052

Color information

#B73052 (or 0xB73052) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 52. RGB value is (183,48,82). Sum of RGB (Red+Green+Blue) = 183+48+82=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73052 is #48CFAD. Grayscale: #5C5C5C. Windows color (decimal): -4771758 or 5386423. OLE color: 5386423.

HSL color Cylindrical-coordinate representation of color #B73052: hue angle of 344.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73052 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1834882-
CMYK00.740.550.28
HSL344.89º58.44%45.29%-
HSV(B)344.89º73.77%71.76%-
XYZ22.1112.799.29-
YUV92.24122.23192.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=58.47%
G=15.34%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183488200.740.550.28344.8958.4445.29
HexB7305204A371C1593a2d
Octal26760122011267345317255
Binary1011011111000010100100100101011011111100101011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73052; }

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

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

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

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

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

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

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

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