#B83E50

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

Shades of Old Rose #B83E50

Tints of Old Rose #B83E50

Color information

#B83E50 (or 0xB83E50) is unknown color: approx Old Rose. HEX triplet: B8, 3E and 50. RGB value is (184,62,80). Sum of RGB (Red+Green+Blue) = 184+62+80=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E50 is #47C1AF. Grayscale: #646464. Windows color (decimal): -4702640 or 5258936. OLE color: 5258936.

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

Color convert

RGB1846280-
CMYK00.660.570.28
HSL351.15º49.59%48.24%-
HSV(B)351.15º66.3%72.16%-
XYZ22.9414.219.12-
YUV100.53116.42187.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=56.44%
G=19.02%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184628000.660.570.28351.1549.5948.24
HexB83E50042391C15f3230
Octal27076120010271345376260
Binary1011100011111010100000100001011100111100101011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E50; }

 p { color: rgb(184,62,80); }

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

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

 a { background-color: rgb(184,62,80); }

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

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

 span { border-color: rgb(184,62,80); }

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