#b82d66

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

Shades of Rouge #B82D66

Tints of Rouge #B82D66

Color information

#B82D66 (or 0xB82D66) is unknown color: approx Rouge. HEX triplet: B8, 2D and 66. RGB value is (184,45,102). Sum of RGB (Red+Green+Blue) = 184+45+102=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D66 is #47D299. Grayscale: #5C5C5C. Windows color (decimal): -4706970 or 6696376. OLE color: 6696376.

HSL color Cylindrical-coordinate representation of color #B82D66: hue angle of 335.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D66 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18445102-
CMYK00.760.450.28
HSL335.4º60.7%44.9%-
HSV(B)335.4º75.54%72.16%-
XYZ23.113.0313.87-
YUV93.06133.05192.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=55.59%
G=13.60%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844510200.760.450.28335.460.744.9
HexB82D6604C2D1C14f3d2d
Octal27055146011455345177555
Binary1011100010110111001100100110010110111100101001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82d66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82d66; }

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

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

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

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

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

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

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

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