Html Css Color HEX #B8366A Rouge

📋 copy color: '#B8366A'

red 184 ◦ green 54 ◦ blue 106

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

Shades of Rouge #B8366A

Tints of Rouge #B8366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 53.49%
G = 15.7%
B = 30.81%

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

#B8366A (or 0xB8366A) is known color: Rouge. HEX triplet: B8, 36 and 6A. RGB value is (184,54,106). Sum of RGB (Red+Green+Blue) = 184+54+106=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8366A is #47C995. Grayscale: #626262. Windows color (decimal): -4704662 or 6960824. OLE color: 6960824.

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

Color convert

RGB 184 54 106 -
CMYK 0 0.71 0.42 0.28
HSL 336º 0.55% 0.47% -
HSV(B) 336º 0.71% 0.72% -
XYZ 23.69 13.87 15.06 -
YUV 98.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 184 54 106 0 0.71 0.42 0.28 336 0.55 0.47
Hex B8 36 6A 0 47 2A 1C 150 37 2F
Octal 270 66 152 0 107 52 34 520 67 57
Binary 10111000 110110 1101010 0 1000111 101010 11100 101010000 110111 101111

Color Harmonies of #B8366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8366A

Black with #B8366A

Text Example


Text Example

White with #B8366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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