#B93058

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

Shades of Old Rose #B93058

Tints of Old Rose #B93058

Color information

#B93058 (or 0xB93058) is unknown color: approx Old Rose. HEX triplet: B9, 30 and 58. RGB value is (185,48,88). Sum of RGB (Red+Green+Blue) = 185+48+88=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B93058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93058 is #46CFA7. Grayscale: #5D5D5D. Windows color (decimal): -4640680 or 5779641. OLE color: 5779641.

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

Color convert

RGB1854888-
CMYK00.740.520.27
HSL342.48º58.8%45.69%-
HSV(B)342.48º74.05%72.55%-
XYZ22.8313.1310.56-
YUV93.52124.89193.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 88 (34.77% from 255) = 27.41%
R=57.63%
G=14.95%
B=27.41%

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
Decimal185488800.740.520.27342.4858.845.69
HexB9305804A341B1563b2e
Octal27160130011264335267356
Binary1011100111000010110000100101011010011011101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93058; }

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

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

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

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

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

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

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

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