#B93E46

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

Shades of Old Rose #B93E46

Tints of Old Rose #B93E46

Color information

#B93E46 (or 0xB93E46) is unknown color: approx Old Rose. HEX triplet: B9, 3E and 46. RGB value is (185,62,70). Sum of RGB (Red+Green+Blue) = 185+62+70=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E46 is #46C1B9. Grayscale: #636363. Windows color (decimal): -4637114 or 4603577. OLE color: 4603577.

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

Color convert

RGB1856270-
CMYK00.660.620.27
HSL356.1º49.8%48.43%-
HSV(B)356.1º66.49%72.55%-
XYZ22.8414.27.33-
YUV99.69111.25188.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=58.36%
G=19.56%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185627000.660.620.27356.149.848.43
HexB93E460423E1B1643230
Octal27176106010276335446260
Binary1011100111111010001100100001011111011011101100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E46; }

 p { color: rgb(185,62,70); }

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

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

 a { background-color: rgb(185,62,70); }

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

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

 span { border-color: rgb(185,62,70); }

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