Html Css Color HEX #BA366D Rouge

📋 copy color: '#BA366D'

red 186 ◦ green 54 ◦ blue 109

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

Shades of Rouge #BA366D

Tints of Rouge #BA366D

RGB

 RED value IS 186 (73.05% from 255) = 53.3%

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 53.3%
G = 15.47%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA366D (or 0xBA366D) is known color: Rouge. HEX triplet: BA, 36 and 6D. RGB value is (186,54,109). Sum of RGB (Red+Green+Blue) = 186+54+109=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA366D is #45C992. Grayscale: #636363. Windows color (decimal): -4573587 or 7157434. OLE color: 7157434.

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

Color convert

RGB 186 54 109 -
CMYK 0 0.71 0.41 0.27
HSL 335º 0.55% 0.47% -
HSV(B) 335º 0.71% 0.73% -
XYZ 24.33 14.18 15.92 -
YUV 99.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 186 54 109 0 0.71 0.41 0.27 335 0.55 0.47
Hex BA 36 6D 0 47 29 1B 14F 37 2F
Octal 272 66 155 0 107 51 33 517 67 57
Binary 10111010 110110 1101101 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #BA366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA366D

Black with #BA366D

Text Example


Text Example

White with #BA366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA366D; }

 p { color: rgb(186,54,109); }

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

background-color css

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

 a { background-color: rgb(186,54,109); }

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

border-color css

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

 span { border-color: rgb(186,54,109); }

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