#B93B52

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

Shades of Old Rose #B93B52

Tints of Old Rose #B93B52

Color information

#B93B52 (or 0xB93B52) is unknown color: approx Old Rose. HEX triplet: B9, 3B and 52. RGB value is (185,59,82). Sum of RGB (Red+Green+Blue) = 185+59+82=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B52 is #46C4AD. Grayscale: #636363. Windows color (decimal): -4637870 or 5389241. OLE color: 5389241.

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

Color convert

RGB1855982-
CMYK00.680.560.27
HSL349.05º51.64%47.84%-
HSV(B)349.05º68.11%72.55%-
XYZ23.0914.059.48-
YUV99.3118.24189.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=56.75%
G=18.10%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185598200.680.560.27349.0551.6447.84
HexB93B52044381B15d3430
Octal27173122010470335356460
Binary1011100111101110100100100010011100011011101011101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B52; }

 p { color: rgb(185,59,82); }

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

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

 a { background-color: rgb(185,59,82); }

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

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

 span { border-color: rgb(185,59,82); }

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