#B93D53

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

Shades of Old Rose #B93D53

Tints of Old Rose #B93D53

Color information

#B93D53 (or 0xB93D53) is unknown color: approx Old Rose. HEX triplet: B9, 3D and 53. RGB value is (185,61,83). Sum of RGB (Red+Green+Blue) = 185+61+83=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D53 is #46C2AC. Grayscale: #646464. Windows color (decimal): -4637357 or 5455289. OLE color: 5455289.

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

Color convert

RGB1856183-
CMYK00.670.550.27
HSL349.35º50.41%48.24%-
HSV(B)349.35º67.03%72.55%-
XYZ23.2414.289.71-
YUV100.58118.08188.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=56.23%
G=18.54%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185618300.670.550.27349.3550.4148.24
HexB93D53043371B15d3230
Octal27175123010367335356260
Binary1011100111110110100110100001111011111011101011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D53; }

 p { color: rgb(185,61,83); }

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

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

 a { background-color: rgb(185,61,83); }

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

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

 span { border-color: rgb(185,61,83); }

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