Html Css Color HEX #BA336D Rouge

📋 copy color: '#BA336D'

red 186 ◦ green 51 ◦ blue 109

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

Shades of Rouge #BA336D

Tints of Rouge #BA336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 53.76%
G = 14.74%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA336D (or 0xBA336D) is known color: Rouge. HEX triplet: BA, 33 and 6D. RGB value is (186,51,109). Sum of RGB (Red+Green+Blue) = 186+51+109=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA336D is #45CC92. Grayscale: #616161. Windows color (decimal): -4574355 or 7156666. OLE color: 7156666.

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

Color convert

RGB 186 51 109 -
CMYK 0 0.73 0.41 0.27
HSL 334.22º 0.57% 0.46% -
HSV(B) 334.22º 0.73% 0.73% -
XYZ 24.19 13.91 15.88 -
YUV 97.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 186 51 109 0 0.73 0.41 0.27 334.22 0.57 0.46
Hex BA 33 6D 0 49 29 1B 14E 39 2E
Octal 272 63 155 0 111 51 33 516 71 56
Binary 10111010 110011 1101101 0 1001001 101001 11011 101001110 111001 101110

Color Harmonies of #BA336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA336D

Black with #BA336D

Text Example


Text Example

White with #BA336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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