#B83B48

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

Shades of Old Rose #B83B48

Tints of Old Rose #B83B48

Color information

#B83B48 (or 0xB83B48) is unknown color: approx Old Rose. HEX triplet: B8, 3B and 48. RGB value is (184,59,72). Sum of RGB (Red+Green+Blue) = 184+59+72=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B48 is #47C4B7. Grayscale: #616161. Windows color (decimal): -4703416 or 4733880. OLE color: 4733880.

HSL color Cylindrical-coordinate representation of color #B83B48: hue angle of 353.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B48 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1845972-
CMYK00.680.610.28
HSL353.76º51.44%47.65%-
HSV(B)353.76º67.93%72.16%-
XYZ22.513.797.61-
YUV97.86113.41189.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=58.41%
G=18.73%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184597200.680.610.28353.7651.4447.65
HexB83B480443D1C1623330
Octal27073110010475345426360
Binary1011100011101110010000100010011110111100101100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B48; }

 p { color: rgb(184,59,72); }

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

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

 a { background-color: rgb(184,59,72); }

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

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

 span { border-color: rgb(184,59,72); }

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