#B2285E

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

Shades of Rouge #B2285E

Tints of Rouge #B2285E

Color information

#B2285E (or 0xB2285E) is unknown color: approx Rouge. HEX triplet: B2, 28 and 5E. RGB value is (178,40,94). Sum of RGB (Red+Green+Blue) = 178+40+94=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2285E is #4DD7A1. Grayscale: #575757. Windows color (decimal): -5101474 or 6170802. OLE color: 6170802.

HSL color Cylindrical-coordinate representation of color #B2285E: hue angle of 336.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2285E is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1784094-
CMYK00.780.470.30
HSL336.52º63.3%42.75%-
HSV(B)336.52º77.53%69.8%-
XYZ21.1411.7911.75-
YUV87.42131.72192.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.05%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=57.05%
G=12.82%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178409400.780.470.30336.5263.342.75
HexB2285E04E2F1E1513f2b
Octal26250136011657365217753
Binary1011001010100010111100100111010111111110101010001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2285E; }

 p { color: rgb(178,40,94); }

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

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

 a { background-color: rgb(178,40,94); }

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

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

 span { border-color: rgb(178,40,94); }

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