#B83059

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

Shades of Old Rose #B83059

Tints of Old Rose #B83059

Color information

#B83059 (or 0xB83059) is unknown color: approx Old Rose. HEX triplet: B8, 30 and 59. RGB value is (184,48,89). Sum of RGB (Red+Green+Blue) = 184+48+89=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83059 is #47CFA6. Grayscale: #5D5D5D. Windows color (decimal): -4706215 or 5845176. OLE color: 5845176.

HSL color Cylindrical-coordinate representation of color #B83059: hue angle of 341.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83059 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1844889-
CMYK00.740.520.28
HSL341.91º58.62%45.49%-
HSV(B)341.91º73.91%72.16%-
XYZ22.6313.0310.77-
YUV93.34125.56192.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=57.32%
G=14.95%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184488900.740.520.28341.9158.6245.49
HexB8305904A341C1563b2d
Octal27060131011264345267355
Binary1011100011000010110010100101011010011100101010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83059; }

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

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

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

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

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

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

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

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