#B73057

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

Shades of Old Rose #B73057

Tints of Old Rose #B73057

Color information

#B73057 (or 0xB73057) is unknown color: approx Old Rose. HEX triplet: B7, 30 and 57. RGB value is (183,48,87). Sum of RGB (Red+Green+Blue) = 183+48+87=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73057 is #48CFA8. Grayscale: #5C5C5C. Windows color (decimal): -4771753 or 5714103. OLE color: 5714103.

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

Color convert

RGB1834887-
CMYK00.740.520.28
HSL342.67º58.44%45.29%-
HSV(B)342.67º73.77%71.76%-
XYZ22.3112.8710.33-
YUV92.81124.73192.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=57.55%
G=15.09%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183488700.740.520.28342.6758.4445.29
HexB7305704A341C1573a2d
Octal26760127011264345277255
Binary1011011111000010101110100101011010011100101010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73057; }

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

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

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

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

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

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

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

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