#B02863

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

Shades of Rouge #B02863

Tints of Rouge #B02863

Color information

#B02863 (or 0xB02863) is unknown color: approx Rouge. HEX triplet: B0, 28 and 63. RGB value is (176,40,99). Sum of RGB (Red+Green+Blue) = 176+40+99=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B02863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02863 is #4FD79C. Grayscale: #575757. Windows color (decimal): -5232541 or 6498480. OLE color: 6498480.

HSL color Cylindrical-coordinate representation of color #B02863: hue angle of 333.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02863 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1764099-
CMYK00.770.440.31
HSL333.97º62.96%42.35%-
HSV(B)333.97º77.27%69.02%-
XYZ20.9211.6512.95-
YUV87.39134.56191.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=55.87%
G=12.70%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176409900.770.440.31333.9762.9642.35
HexB0286304D2C1F14e3f2a
Octal26050143011554375167752
Binary1011000010100011000110100110110110011111101001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02863; }

 p { color: rgb(176,40,99); }

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

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

 a { background-color: rgb(176,40,99); }

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

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

 span { border-color: rgb(176,40,99); }

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