#B83C51

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

Shades of Old Rose #B83C51

Tints of Old Rose #B83C51

Color information

#B83C51 (or 0xB83C51) is unknown color: approx Old Rose. HEX triplet: B8, 3C and 51. RGB value is (184,60,81). Sum of RGB (Red+Green+Blue) = 184+60+81=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C51 is #47C3AE. Grayscale: #636363. Windows color (decimal): -4703151 or 5323960. OLE color: 5323960.

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

Color convert

RGB1846081-
CMYK00.670.560.28
HSL349.84º50.82%47.84%-
HSV(B)349.84º67.39%72.16%-
XYZ22.8714.029.28-
YUV99.47117.58188.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=56.62%
G=18.46%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184608100.670.560.28349.8450.8247.84
HexB83C51043381C15e3330
Octal27074121010370345366360
Binary1011100011110010100010100001111100011100101011110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C51; }

 p { color: rgb(184,60,81); }

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

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

 a { background-color: rgb(184,60,81); }

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

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

 span { border-color: rgb(184,60,81); }

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