Html Css Color HEX #B8366E Rouge

📋 copy color: '#B8366E'

red 184 ◦ green 54 ◦ blue 110

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

Shades of Rouge #B8366E

Tints of Rouge #B8366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 52.87%
G = 15.52%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8366E (or 0xB8366E) is known color: Rouge. HEX triplet: B8, 36 and 6E. RGB value is (184,54,110). Sum of RGB (Red+Green+Blue) = 184+54+110=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8366E is #47C991. Grayscale: #636363. Windows color (decimal): -4704658 or 7222968. OLE color: 7222968.

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

Color convert

RGB 184 54 110 -
CMYK 0 0.71 0.40 0.28
HSL 334.15º 0.55% 0.47% -
HSV(B) 334.15º 0.71% 0.72% -
XYZ 23.9 13.95 16.19 -
YUV 99.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 184 54 110 0 0.71 0.40 0.28 334.15 0.55 0.47
Hex B8 36 6E 0 47 28 1C 14E 37 2F
Octal 270 66 156 0 107 50 34 516 67 57
Binary 10111000 110110 1101110 0 1000111 101000 11100 101001110 110111 101111

Color Harmonies of #B8366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8366E

Black with #B8366E

Text Example


Text Example

White with #B8366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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