Html Css Color HEX #BA336C Rouge

📋 copy color: '#BA336C'

red 186 ◦ green 51 ◦ blue 108

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

Shades of Rouge #BA336C

Tints of Rouge #BA336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 53.91%
G = 14.78%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA336C (or 0xBA336C) is known color: Rouge. HEX triplet: BA, 33 and 6C. RGB value is (186,51,108). Sum of RGB (Red+Green+Blue) = 186+51+108=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA336C is #45CC93. Grayscale: #616161. Windows color (decimal): -4574356 or 7091130. OLE color: 7091130.

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

Color convert

RGB 186 51 108 -
CMYK 0 0.73 0.42 0.27
HSL 334.67º 0.57% 0.46% -
HSV(B) 334.67º 0.73% 0.73% -
XYZ 24.14 13.89 15.6 -
YUV 97.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 186 51 108 0 0.73 0.42 0.27 334.67 0.57 0.46
Hex BA 33 6C 0 49 2A 1B 14F 39 2E
Octal 272 63 154 0 111 52 33 517 71 56
Binary 10111010 110011 1101100 0 1001001 101010 11011 101001111 111001 101110

Color Harmonies of #BA336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA336C

Black with #BA336C

Text Example


Text Example

White with #BA336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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