#B93857

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

Shades of Old Rose #B93857

Tints of Old Rose #B93857

Color information

#B93857 (or 0xB93857) is unknown color: approx Old Rose. HEX triplet: B9, 38 and 57. RGB value is (185,56,87). Sum of RGB (Red+Green+Blue) = 185+56+87=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B93857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93857 is #46C7A8. Grayscale: #626262. Windows color (decimal): -4638633 or 5716153. OLE color: 5716153.

HSL color Cylindrical-coordinate representation of color #B93857: hue angle of 345.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93857 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1855687-
CMYK00.700.530.27
HSL345.58º53.53%47.25%-
HSV(B)345.58º69.73%72.55%-
XYZ23.1413.8310.47-
YUV98.1121.74189.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=56.40%
G=17.07%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185568700.700.530.27345.5853.5347.25
HexB93857046351B15a362f
Octal27170127010665335326657
Binary1011100111100010101110100011011010111011101011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93857; }

 p { color: rgb(185,56,87); }

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

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

 a { background-color: rgb(185,56,87); }

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

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

 span { border-color: rgb(185,56,87); }

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