#B7286A

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

Shades of Rouge #B7286A

Tints of Rouge #B7286A

Color information

#B7286A (or 0xB7286A) is unknown color: approx Rouge. HEX triplet: B7, 28 and 6A. RGB value is (183,40,106). Sum of RGB (Red+Green+Blue) = 183+40+106=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7286A is #48D795. Grayscale: #5A5A5A. Windows color (decimal): -4773782 or 6957239. OLE color: 6957239.

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

Color convert

RGB18340106-
CMYK00.780.420.28
HSL332.31º64.13%43.73%-
HSV(B)332.31º78.14%71.76%-
XYZ22.8912.6314.87-
YUV90.28136.88194.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=55.62%
G=12.16%
B=32.22%

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
Decimal1834010600.780.420.28332.3164.1343.73
HexB7286A04E2A1C14c402c
Octal267501520116523451410054
Binary10110111101000110101001001110101010111001010011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7286A; }

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

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

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

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

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

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

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

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