#B82966

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

Shades of Rouge #B82966

Tints of Rouge #B82966

Color information

#B82966 (or 0xB82966) is unknown color: approx Rouge. HEX triplet: B8, 29 and 66. RGB value is (184,41,102). Sum of RGB (Red+Green+Blue) = 184+41+102=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B82966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82966 is #47D699. Grayscale: #5A5A5A. Windows color (decimal): -4707994 or 6695352. OLE color: 6695352.

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

Color convert

RGB18441102-
CMYK00.780.450.28
HSL334.41º63.56%44.12%-
HSV(B)334.41º77.72%72.16%-
XYZ22.9612.7413.82-
YUV90.71134.38194.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=56.27%
G=12.54%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844110200.780.450.28334.4163.5644.12
HexB8296604E2D1C14e402c
Octal270511460116553451610054
Binary10111000101001110011001001110101101111001010011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82966; }

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

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

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

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

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

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

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

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