#B82466

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

Shades of Rouge #B82466

Tints of Rouge #B82466

Color information

#B82466 (or 0xB82466) is unknown color: approx Rouge. HEX triplet: B8, 24 and 66. RGB value is (184,36,102). Sum of RGB (Red+Green+Blue) = 184+36+102=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B82466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82466 is #47DB99. Grayscale: #575757. Windows color (decimal): -4709274 or 6694072. OLE color: 6694072.

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

Color convert

RGB18436102-
CMYK00.800.450.28
HSL333.24º67.27%43.14%-
HSV(B)333.24º80.43%72.16%-
XYZ22.812.4113.76-
YUV87.78136.03196.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=57.14%
G=11.18%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843610200.800.450.28333.2467.2743.14
HexB824660502D1C14d432b
Octal270441460120553451510353
Binary10111000100100110011001010000101101111001010011011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82466; }

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

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

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

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

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

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

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

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