Html Css Color HEX #B84167 Rouge

📋 copy color: '#B84167'

red 184 ◦ green 65 ◦ blue 103

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

Shades of Rouge #B84167

Tints of Rouge #B84167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 52.27%
G = 18.47%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B84167 (or 0xB84167) is known color: Rouge. HEX triplet: B8, 41 and 67. RGB value is (184,65,103). Sum of RGB (Red+Green+Blue) = 184+65+103=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B84167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84167 is #47BE98. Grayscale: #686868. Windows color (decimal): -4701849 or 6767032. OLE color: 6767032.

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

Color convert

RGB 184 65 103 -
CMYK 0 0.65 0.44 0.28
HSL 340.84º 0.48% 0.49% -
HSV(B) 340.84º 0.65% 0.72% -
XYZ 24.11 14.95 14.45 -
YUV 104.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 184 65 103 0 0.65 0.44 0.28 340.84 0.48 0.49
Hex B8 41 67 0 41 2C 1C 155 30 31
Octal 270 101 147 0 101 54 34 525 60 61
Binary 10111000 1000001 1100111 0 1000001 101100 11100 101010101 110000 110001

Color Harmonies of #B84167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84167

Black with #B84167

Text Example


Text Example

White with #B84167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84167; }

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

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

background-color css

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

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

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

border-color css

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

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

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