Html Css Color HEX #B84164 Rouge

📋 copy color: '#B84164'

red 184 ◦ green 65 ◦ blue 100

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

Shades of Rouge #B84164

Tints of Rouge #B84164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 52.72%
G = 18.62%
B = 28.65%

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

#B84164 (or 0xB84164) is known color: Rouge. HEX triplet: B8, 41 and 64. RGB value is (184,65,100). Sum of RGB (Red+Green+Blue) = 184+65+100=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B84164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84164 is #47BE9B. Grayscale: #686868. Windows color (decimal): -4701852 or 6570424. OLE color: 6570424.

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

Color convert

RGB 184 65 100 -
CMYK 0 0.65 0.46 0.28
HSL 342.35º 0.48% 0.49% -
HSV(B) 342.35º 0.65% 0.72% -
XYZ 23.96 14.89 13.67 -
YUV 104.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 184 65 100 0 0.65 0.46 0.28 342.35 0.48 0.49
Hex B8 41 64 0 41 2E 1C 156 30 31
Octal 270 101 144 0 101 56 34 526 60 61
Binary 10111000 1000001 1100100 0 1000001 101110 11100 101010110 110000 110001

Color Harmonies of #B84164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84164

Black with #B84164

Text Example


Text Example

White with #B84164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84164; }

 p { color: rgb(184,65,100); }

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

background-color css

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

 a { background-color: rgb(184,65,100); }

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

border-color css

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

 span { border-color: rgb(184,65,100); }

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