Html Css Color HEX #B84060 Rouge

📋 copy color: '#B84060'

red 184 ◦ green 64 ◦ blue 96

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

Shades of Rouge #B84060

Tints of Rouge #B84060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 53.49%
G = 18.6%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B84060 (or 0xB84060) is known color: Rouge. HEX triplet: B8, 40 and 60. RGB value is (184,64,96). Sum of RGB (Red+Green+Blue) = 184+64+96=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B84060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84060 is #47BF9F. Grayscale: #676767. Windows color (decimal): -4702112 or 6308024. OLE color: 6308024.

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

Color convert

RGB 184 64 96 -
CMYK 0 0.65 0.48 0.28
HSL 344º 0.48% 0.49% -
HSV(B) 344º 0.65% 0.72% -
XYZ 23.71 14.7 12.65 -
YUV 103.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 184 64 96 0 0.65 0.48 0.28 344 0.48 0.49
Hex B8 40 60 0 41 30 1C 158 30 31
Octal 270 100 140 0 101 60 34 530 60 61
Binary 10111000 1000000 1100000 0 1000001 110000 11100 101011000 110000 110001

Color Harmonies of #B84060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84060

Black with #B84060

Text Example


Text Example

White with #B84060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84060; }

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

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

background-color css

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

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

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

border-color css

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

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

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