Html Css Color HEX #B84063 Rouge

📋 copy color: '#B84063'

red 184 ◦ green 64 ◦ blue 99

#B84063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B84063

Tints of Rouge #B84063

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 53.03%
G = 18.44%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B84063 (or 0xB84063) is known color: Rouge. HEX triplet: B8, 40 and 63. RGB value is (184,64,99). Sum of RGB (Red+Green+Blue) = 184+64+99=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B84063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84063 is #47BF9C. Grayscale: #676767. Windows color (decimal): -4702109 or 6504632. OLE color: 6504632.

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

Color convert

RGB 184 64 99 -
CMYK 0 0.65 0.46 0.28
HSL 342.5º 0.48% 0.49% -
HSV(B) 342.5º 0.65% 0.72% -
XYZ 23.85 14.76 13.4 -
YUV 103.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 184 64 99 0 0.65 0.46 0.28 342.5 0.48 0.49
Hex B8 40 63 0 41 2E 1C 156 30 31
Octal 270 100 143 0 101 56 34 526 60 61
Binary 10111000 1000000 1100011 0 1000001 101110 11100 101010110 110000 110001

Color Harmonies of #B84063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84063

Black with #B84063

Text Example


Text Example

White with #B84063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84063; }

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

 H1.HeaderClassName
 {
   color: #B84063;
 }
 .AnyTagClassName
 {
   color: #B84063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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