Html Css Color HEX #B84168 Rouge

📋 copy color: '#B84168'

red 184 ◦ green 65 ◦ blue 104

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

Shades of Rouge #B84168

Tints of Rouge #B84168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 52.12%
G = 18.41%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B84168 (or 0xB84168) is known color: Rouge. HEX triplet: B8, 41 and 68. RGB value is (184,65,104). Sum of RGB (Red+Green+Blue) = 184+65+104=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B84168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84168 is #47BE97. Grayscale: #686868. Windows color (decimal): -4701848 or 6832568. OLE color: 6832568.

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

Color convert

RGB 184 65 104 -
CMYK 0 0.65 0.43 0.28
HSL 340.34º 0.48% 0.49% -
HSV(B) 340.34º 0.65% 0.72% -
XYZ 24.16 14.97 14.71 -
YUV 105.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 184 65 104 0 0.65 0.43 0.28 340.34 0.48 0.49
Hex B8 41 68 0 41 2B 1C 154 30 31
Octal 270 101 150 0 101 53 34 524 60 61
Binary 10111000 1000001 1101000 0 1000001 101011 11100 101010100 110000 110001

Color Harmonies of #B84168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84168

Black with #B84168

Text Example


Text Example

White with #B84168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84168; }

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

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

background-color css

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

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

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

border-color css

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

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

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