#B83159

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

Shades of Old Rose #B83159

Tints of Old Rose #B83159

Color information

#B83159 (or 0xB83159) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 59. RGB value is (184,49,89). Sum of RGB (Red+Green+Blue) = 184+49+89=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B83159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83159 is #47CEA6. Grayscale: #5D5D5D. Windows color (decimal): -4705959 or 5845432. OLE color: 5845432.

HSL color Cylindrical-coordinate representation of color #B83159: hue angle of 342.22º 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 #B83159 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1844989-
CMYK00.730.520.28
HSL342.22º57.94%45.69%-
HSV(B)342.22º73.37%72.16%-
XYZ22.6713.1110.79-
YUV93.92125.23192.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=57.14%
G=15.22%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184498900.730.520.28342.2257.9445.69
HexB83159049341C1563a2e
Octal27061131011164345267256
Binary1011100011000110110010100100111010011100101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83159; }

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

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

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

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

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

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

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

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