#B84061

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

Shades of Rouge #B84061

Tints of Rouge #B84061

Color information

#B84061 (or 0xB84061) is unknown color: approx Rouge. HEX triplet: B8, 40 and 61. RGB value is (184,64,97). Sum of RGB (Red+Green+Blue) = 184+64+97=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B84061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84061 is #47BF9E. Grayscale: #676767. Windows color (decimal): -4702111 or 6373560. OLE color: 6373560.

HSL color Cylindrical-coordinate representation of color #B84061: hue angle of 343.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84061 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1846497-
CMYK00.650.470.28
HSL343.5º48.39%48.63%-
HSV(B)343.5º65.22%72.16%-
XYZ23.7614.7212.9-
YUV103.64124.26185.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=53.33%
G=18.55%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184649700.650.470.28343.548.3948.63
HexB840610412F1C1583031
Octal270100141010157345306061
Binary10111000100000011000010100000110111111100101011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84061; }

 p { color: rgb(184,64,97); }

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

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

 a { background-color: rgb(184,64,97); }

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

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

 span { border-color: rgb(184,64,97); }

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