#B93059

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

Shades of Old Rose #B93059

Tints of Old Rose #B93059

Color information

#B93059 (or 0xB93059) is unknown color: approx Old Rose. HEX triplet: B9, 30 and 59. RGB value is (185,48,89). Sum of RGB (Red+Green+Blue) = 185+48+89=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93059 is #46CFA6. Grayscale: #5D5D5D. Windows color (decimal): -4640679 or 5845177. OLE color: 5845177.

HSL color Cylindrical-coordinate representation of color #B93059: hue angle of 342.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93059 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1854889-
CMYK00.740.520.27
HSL342.04º58.8%45.69%-
HSV(B)342.04º74.05%72.55%-
XYZ22.8713.1510.78-
YUV93.64125.39193.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=57.45%
G=14.91%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185488900.740.520.27342.0458.845.69
HexB9305904A341B1563b2e
Octal27160131011264335267356
Binary1011100111000010110010100101011010011011101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93059; }

 p { color: rgb(185,48,89); }

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

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

 a { background-color: rgb(185,48,89); }

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

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

 span { border-color: rgb(185,48,89); }

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