#B93359

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

Shades of Old Rose #B93359

Tints of Old Rose #B93359

Color information

#B93359 (or 0xB93359) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 59. RGB value is (185,51,89). Sum of RGB (Red+Green+Blue) = 185+51+89=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93359 is #46CCA6. Grayscale: #5F5F5F. Windows color (decimal): -4639911 or 5845945. OLE color: 5845945.

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

Color convert

RGB1855189-
CMYK00.720.520.27
HSL342.99º56.78%46.27%-
HSV(B)342.99º72.43%72.55%-
XYZ22.9913.410.83-
YUV95.4124.39191.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=56.92%
G=15.69%
B=27.38%

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
Decimal185518900.720.520.27342.9956.7846.27
HexB93359048341B157392e
Octal27163131011064335277156
Binary1011100111001110110010100100011010011011101010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93359; }

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

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

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

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

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

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

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

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