Html Css Color HEX #B8366B Rouge

📋 copy color: '#B8366B'

red 184 ◦ green 54 ◦ blue 107

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

Shades of Rouge #B8366B

Tints of Rouge #B8366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 53.33%
G = 15.65%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8366B (or 0xB8366B) is known color: Rouge. HEX triplet: B8, 36 and 6B. RGB value is (184,54,107). Sum of RGB (Red+Green+Blue) = 184+54+107=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8366B is #47C994. Grayscale: #626262. Windows color (decimal): -4704661 or 7026360. OLE color: 7026360.

HSL color Cylindrical-coordinate representation of color #B8366B: hue angle of 335.54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8366B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 54 107 -
CMYK 0 0.71 0.42 0.28
HSL 335.54º 0.55% 0.47% -
HSV(B) 335.54º 0.71% 0.72% -
XYZ 23.74 13.89 15.34 -
YUV 98.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 184 54 107 0 0.71 0.42 0.28 335.54 0.55 0.47
Hex B8 36 6B 0 47 2A 1C 150 37 2F
Octal 270 66 153 0 107 52 34 520 67 57
Binary 10111000 110110 1101011 0 1000111 101010 11100 101010000 110111 101111

Color Harmonies of #B8366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8366B

Black with #B8366B

Text Example


Text Example

White with #B8366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8366B; }

 p { color: rgb(184,54,107); }

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

background-color css

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

 a { background-color: rgb(184,54,107); }

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

border-color css

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

 span { border-color: rgb(184,54,107); }

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