#B83550

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

Shades of Old Rose #B83550

Tints of Old Rose #B83550

Color information

#B83550 (or 0xB83550) is unknown color: approx Old Rose. HEX triplet: B8, 35 and 50. RGB value is (184,53,80). Sum of RGB (Red+Green+Blue) = 184+53+80=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B83550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83550 is #47CAAF. Grayscale: #5F5F5F. Windows color (decimal): -4704944 or 5256632. OLE color: 5256632.

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

Color convert

RGB1845380-
CMYK00.710.570.28
HSL347.63º55.27%46.47%-
HSV(B)347.63º71.2%72.16%-
XYZ22.4913.328.97-
YUV95.25119.4191.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=58.04%
G=16.72%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184538000.710.570.28347.6355.2746.47
HexB83550047391C15c372e
Octal27065120010771345346756
Binary1011100011010110100000100011111100111100101011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83550; }

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

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

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

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

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

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

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

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