#B0286C

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

Shades of Rouge #B0286C

Tints of Rouge #B0286C

Color information

#B0286C (or 0xB0286C) is unknown color: approx Rouge. HEX triplet: B0, 28 and 6C. RGB value is (176,40,108). Sum of RGB (Red+Green+Blue) = 176+40+108=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0286C is #4FD793. Grayscale: #585858. Windows color (decimal): -5232532 or 7088304. OLE color: 7088304.

HSL color Cylindrical-coordinate representation of color #B0286C: hue angle of 330º 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 #B0286C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17640108-
CMYK00.770.390.31
HSL330º62.96%42.35%-
HSV(B)330º77.27%69.02%-
XYZ21.3711.8315.34-
YUV88.42139.06190.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=54.32%
G=12.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764010800.770.390.3133062.9642.35
HexB0286C04D271F14a3f2a
Octal26050154011547375127752
Binary1011000010100011011000100110110011111111101001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0286C; }

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

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

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

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

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

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

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

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