#B82860

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

Shades of Old Rose #B82860

Tints of Old Rose #B82860

Color information

#B82860 (or 0xB82860) is unknown color: approx Old Rose. HEX triplet: B8, 28 and 60. RGB value is (184,40,96). Sum of RGB (Red+Green+Blue) = 184+40+96=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82860 is #47D79F. Grayscale: #595959. Windows color (decimal): -4708256 or 6301880. OLE color: 6301880.

HSL color Cylindrical-coordinate representation of color #B82860: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82860 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1844096-
CMYK00.780.480.28
HSL336.67º64.29%43.92%-
HSV(B)336.67º78.26%72.16%-
XYZ22.6412.5512.3-
YUV89.44131.71195.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 96 (37.89% from 255) = 30%
R=57.5%
G=12.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184409600.780.480.28336.6764.2943.92
HexB8286004E301C151402c
Octal270501400116603452110054
Binary10111000101000110000001001110110000111001010100011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82860; }

 p { color: rgb(184,40,96); }

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

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

 a { background-color: rgb(184,40,96); }

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

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

 span { border-color: rgb(184,40,96); }

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