#B82149

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

Shades of Old Rose #B82149

Tints of Old Rose #B82149

Color information

#B82149 (or 0xB82149) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 49. RGB value is (184,33,73). Sum of RGB (Red+Green+Blue) = 184+33+73=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B82149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82149 is #47DEB6. Grayscale: #525252. Windows color (decimal): -4710071 or 4792760. OLE color: 4792760.

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

Color convert

RGB1843373-
CMYK00.820.600.28
HSL344.11º69.59%42.55%-
HSV(B)344.11º82.07%72.16%-
XYZ21.5111.767.44-
YUV82.71122.53200.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.45%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=63.45%
G=11.38%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184337300.820.600.28344.1169.5942.55
HexB821490523C1C158462b
Octal270411110122743453010653
Binary10111000100001100100101010010111100111001010110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82149; }

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

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

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

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

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

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

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

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