#B93D51

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

Shades of Old Rose #B93D51

Tints of Old Rose #B93D51

Color information

#B93D51 (or 0xB93D51) is unknown color: approx Old Rose. HEX triplet: B9, 3D and 51. RGB value is (185,61,81). Sum of RGB (Red+Green+Blue) = 185+61+81=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D51 is #46C2AE. Grayscale: #646464. Windows color (decimal): -4637359 or 5324217. OLE color: 5324217.

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

Color convert

RGB1856181-
CMYK00.670.560.27
HSL350.32º50.41%48.24%-
HSV(B)350.32º67.03%72.55%-
XYZ23.1614.259.31-
YUV100.36117.08188.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=56.57%
G=18.65%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185618100.670.560.27350.3250.4148.24
HexB93D51043381B15e3230
Octal27175121010370335366260
Binary1011100111110110100010100001111100011011101011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D51; }

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

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

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

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

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

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

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

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