#B82963

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

Shades of Rouge #B82963

Tints of Rouge #B82963

Color information

#B82963 (or 0xB82963) is unknown color: approx Rouge. HEX triplet: B8, 29 and 63. RGB value is (184,41,99). Sum of RGB (Red+Green+Blue) = 184+41+99=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B82963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82963 is #47D69C. Grayscale: #5A5A5A. Windows color (decimal): -4707997 or 6498744. OLE color: 6498744.

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

Color convert

RGB1844199-
CMYK00.780.460.28
HSL335.66º63.56%44.12%-
HSV(B)335.66º77.72%72.16%-
XYZ22.8112.6813.05-
YUV90.37132.88194.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=56.79%
G=12.65%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184419900.780.460.28335.6663.5644.12
HexB8296304E2E1C150402c
Octal270511430116563452010054
Binary10111000101001110001101001110101110111001010100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82963; }

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

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

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

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

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

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

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

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