#B83150

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

Shades of Old Rose #B83150

Tints of Old Rose #B83150

Color information

#B83150 (or 0xB83150) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 50. RGB value is (184,49,80). Sum of RGB (Red+Green+Blue) = 184+49+80=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B83150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83150 is #47CEAF. Grayscale: #5C5C5C. Windows color (decimal): -4705968 or 5255608. OLE color: 5255608.

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

Color convert

RGB1844980-
CMYK00.730.570.28
HSL346.22º57.94%45.69%-
HSV(B)346.22º73.37%72.16%-
XYZ22.3112.978.92-
YUV92.9120.73192.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=58.79%
G=15.65%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184498000.730.570.28346.2257.9445.69
HexB83150049391C15a3a2e
Octal27061120011171345327256
Binary1011100011000110100000100100111100111100101011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83150; }

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

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

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

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

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

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

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

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