#B83B54

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

Shades of Old Rose #B83B54

Tints of Old Rose #B83B54

Color information

#B83B54 (or 0xB83B54) is unknown color: approx Old Rose. HEX triplet: B8, 3B and 54. RGB value is (184,59,84). Sum of RGB (Red+Green+Blue) = 184+59+84=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B54 is #47C4AB. Grayscale: #636363. Windows color (decimal): -4703404 or 5520312. OLE color: 5520312.

HSL color Cylindrical-coordinate representation of color #B83B54: hue angle of 348º 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 #B83B54 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1845984-
CMYK00.680.540.28
HSL348º51.44%47.65%-
HSV(B)348º67.93%72.16%-
XYZ22.9313.969.87-
YUV99.22119.41188.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=56.27%
G=18.04%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184598400.680.540.2834851.4447.65
HexB83B54044361C15c3330
Octal27073124010466345346360
Binary1011100011101110101000100010011011011100101011100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B54; }

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

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

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

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

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

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

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

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