#B82148

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

Shades of Old Rose #B82148

Tints of Old Rose #B82148

Color information

#B82148 (or 0xB82148) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 48. RGB value is (184,33,72). Sum of RGB (Red+Green+Blue) = 184+33+72=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82148 is #47DEB7. Grayscale: #525252. Windows color (decimal): -4710072 or 4727224. OLE color: 4727224.

HSL color Cylindrical-coordinate representation of color #B82148: hue angle of 344.5º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82148 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1843372-
CMYK00.820.610.28
HSL344.5º69.59%42.55%-
HSV(B)344.5º82.07%72.16%-
XYZ21.4811.757.27-
YUV82.6122.03200.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.67%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=63.67%
G=11.42%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184337200.820.610.28344.569.5942.55
HexB821480523D1C159462b
Octal270411100122753453110653
Binary10111000100001100100001010010111101111001010110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82148; }

 p { color: rgb(184,33,72); }

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

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

 a { background-color: rgb(184,33,72); }

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

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

 span { border-color: rgb(184,33,72); }

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