Html Css Color HEX #B84064 Rouge

📋 copy color: '#B84064'

red 184 ◦ green 64 ◦ blue 100

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

Shades of Rouge #B84064

Tints of Rouge #B84064

RGB

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

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

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

R = 52.87%
G = 18.39%
B = 28.74%

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

#B84064 (or 0xB84064) is known color: Rouge. HEX triplet: B8, 40 and 64. RGB value is (184,64,100). Sum of RGB (Red+Green+Blue) = 184+64+100=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B84064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84064 is #47BF9B. Grayscale: #676767. Windows color (decimal): -4702108 or 6570168. OLE color: 6570168.

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

Color convert

RGB 184 64 100 -
CMYK 0 0.65 0.46 0.28
HSL 342º 0.48% 0.49% -
HSV(B) 342º 0.65% 0.72% -
XYZ 23.9 14.78 13.65 -
YUV 103.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 184 64 100 0 0.65 0.46 0.28 342 0.48 0.49
Hex B8 40 64 0 41 2E 1C 156 30 31
Octal 270 100 144 0 101 56 34 526 60 61
Binary 10111000 1000000 1100100 0 1000001 101110 11100 101010110 110000 110001

Color Harmonies of #B84064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84064

Black with #B84064

Text Example


Text Example

White with #B84064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84064; }

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

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

background-color css

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

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

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

border-color css

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

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

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