#B82461

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

Shades of Old Rose #B82461

Tints of Old Rose #B82461

Color information

#B82461 (or 0xB82461) is unknown color: approx Old Rose. HEX triplet: B8, 24 and 61. RGB value is (184,36,97). Sum of RGB (Red+Green+Blue) = 184+36+97=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B82461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82461 is #47DB9E. Grayscale: #575757. Windows color (decimal): -4709279 or 6366392. OLE color: 6366392.

HSL color Cylindrical-coordinate representation of color #B82461: hue angle of 335.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82461 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1843697-
CMYK00.800.470.28
HSL335.27º67.27%43.14%-
HSV(B)335.27º80.43%72.16%-
XYZ22.5612.3212.5-
YUV87.21133.53197.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=58.04%
G=11.36%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184369700.800.470.28335.2767.2743.14
HexB824610502F1C14f432b
Octal270441410120573451710353
Binary10111000100100110000101010000101111111001010011111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82461; }

 p { color: rgb(184,36,97); }

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

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

 a { background-color: rgb(184,36,97); }

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

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

 span { border-color: rgb(184,36,97); }

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