#B93358

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

Shades of Old Rose #B93358

Tints of Old Rose #B93358

Color information

#B93358 (or 0xB93358) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 58. RGB value is (185,51,88). Sum of RGB (Red+Green+Blue) = 185+51+88=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B93358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93358 is #46CCA7. Grayscale: #5F5F5F. Windows color (decimal): -4639912 or 5780409. OLE color: 5780409.

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

Color convert

RGB1855188-
CMYK00.720.520.27
HSL343.43º56.78%46.27%-
HSV(B)343.43º72.43%72.55%-
XYZ22.9513.3910.61-
YUV95.28123.89191.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=57.10%
G=15.74%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185518800.720.520.27343.4356.7846.27
HexB93358048341B157392e
Octal27163130011064335277156
Binary1011100111001110110000100100011010011011101010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93358; }

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

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

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

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

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

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

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

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