#B84065

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

Shades of Rouge #B84065

Tints of Rouge #B84065

Color information

#B84065 (or 0xB84065) is unknown color: approx Rouge. HEX triplet: B8, 40 and 65. RGB value is (184,64,101). Sum of RGB (Red+Green+Blue) = 184+64+101=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B84065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84065 is #47BF9A. Grayscale: #686868. Windows color (decimal): -4702107 or 6635704. OLE color: 6635704.

HSL color Cylindrical-coordinate representation of color #B84065: hue angle of 341.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 #B84065 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18464101-
CMYK00.650.450.28
HSL341.5º48.39%48.63%-
HSV(B)341.5º65.22%72.16%-
XYZ23.9514.813.91-
YUV104.1126.26184.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=52.72%
G=18.34%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846410100.650.450.28341.548.3948.63
HexB840650412D1C1563031
Octal270100145010155345266061
Binary10111000100000011001010100000110110111100101010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84065; }

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

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

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

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

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

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

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

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