#B8286A

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

Shades of Rouge #B8286A

Tints of Rouge #B8286A

Color information

#B8286A (or 0xB8286A) is unknown color: approx Rouge. HEX triplet: B8, 28 and 6A. RGB value is (184,40,106). Sum of RGB (Red+Green+Blue) = 184+40+106=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8286A is #47D795. Grayscale: #5A5A5A. Windows color (decimal): -4708246 or 6957240. OLE color: 6957240.

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

Color convert

RGB18440106-
CMYK00.780.420.28
HSL332.5º64.29%43.92%-
HSV(B)332.5º78.26%72.16%-
XYZ23.1312.7514.88-
YUV90.58136.71194.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=55.76%
G=12.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844010600.780.420.28332.564.2943.92
HexB8286A04E2A1C14c402c
Octal270501520116523451410054
Binary10111000101000110101001001110101010111001010011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8286A; }

 p { color: rgb(184,40,106); }

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

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

 a { background-color: rgb(184,40,106); }

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

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

 span { border-color: rgb(184,40,106); }

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