#B83156

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

Shades of Old Rose #B83156

Tints of Old Rose #B83156

Color information

#B83156 (or 0xB83156) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 56. RGB value is (184,49,86). Sum of RGB (Red+Green+Blue) = 184+49+86=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83156 is #47CEA9. Grayscale: #5D5D5D. Windows color (decimal): -4705962 or 5648824. OLE color: 5648824.

HSL color Cylindrical-coordinate representation of color #B83156: hue angle of 343.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83156 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1844986-
CMYK00.730.530.28
HSL343.56º57.94%45.69%-
HSV(B)343.56º73.37%72.16%-
XYZ22.5513.0610.14-
YUV93.58123.73192.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=57.68%
G=15.36%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184498600.730.530.28343.5657.9445.69
HexB83156049351C1583a2e
Octal27061126011165345307256
Binary1011100011000110101100100100111010111100101011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83156; }

 p { color: rgb(184,49,86); }

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

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

 a { background-color: rgb(184,49,86); }

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

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

 span { border-color: rgb(184,49,86); }

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