#B82145

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

Shades of Old Rose #B82145

Tints of Old Rose #B82145

Color information

#B82145 (or 0xB82145) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 45. RGB value is (184,33,69). Sum of RGB (Red+Green+Blue) = 184+33+69=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B82145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82145 is #47DEBA. Grayscale: #525252. Windows color (decimal): -4710075 or 4530616. OLE color: 4530616.

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

Color convert

RGB1843369-
CMYK00.820.620.28
HSL345.7º69.59%42.55%-
HSV(B)345.7º82.07%72.16%-
XYZ21.3911.716.76-
YUV82.25120.53200.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.34%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=64.34%
G=11.54%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184336900.820.620.28345.769.5942.55
HexB821450523E1C15a462b
Octal270411050122763453210653
Binary10111000100001100010101010010111110111001010110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82145; }

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

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

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

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

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

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

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

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