#b81f55

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

Shades of Old Rose #B81F55

Tints of Old Rose #B81F55

Color information

#B81F55 (or 0xB81F55) is unknown color: approx Old Rose. HEX triplet: B8, 1F and 55. RGB value is (184,31,85). Sum of RGB (Red+Green+Blue) = 184+31+85=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81F55 is #47E0AA. Grayscale: #525252. Windows color (decimal): -4710571 or 5578680. OLE color: 5578680.

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

Color convert

RGB1843185-
CMYK00.830.540.28
HSL338.82º71.16%42.16%-
HSV(B)338.82º83.15%72.16%-
XYZ21.911.839.72-
YUV82.9129.19200.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=61.33%
G=10.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184318500.830.540.28338.8271.1642.16
HexB81F55053361C153472a
Octal270371250123663452310752
Binary1011100011111101010101010011110110111001010100111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81f55; }

 p { color: rgb(184,31,85); }

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

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

 a { background-color: rgb(184,31,85); }

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

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

 span { border-color: rgb(184,31,85); }

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