Html Css Color HEX #BA3362 Rouge

📋 copy color: '#BA3362'

red 186 ◦ green 51 ◦ blue 98

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

Shades of Rouge #BA3362

Tints of Rouge #BA3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 55.52%
G = 15.22%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3362 (or 0xBA3362) is known color: Rouge. HEX triplet: BA, 33 and 62. RGB value is (186,51,98). Sum of RGB (Red+Green+Blue) = 186+51+98=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3362 is #45CC9D. Grayscale: #606060. Windows color (decimal): -4574366 or 6435770. OLE color: 6435770.

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

Color convert

RGB 186 51 98 -
CMYK 0 0.73 0.47 0.27
HSL 339.11º 0.57% 0.46% -
HSV(B) 339.11º 0.73% 0.73% -
XYZ 23.64 13.69 12.95 -
YUV 96.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 186 51 98 0 0.73 0.47 0.27 339.11 0.57 0.46
Hex BA 33 62 0 49 2F 1B 153 39 2E
Octal 272 63 142 0 111 57 33 523 71 56
Binary 10111010 110011 1100010 0 1001001 101111 11011 101010011 111001 101110

Color Harmonies of #BA3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3362

Black with #BA3362

Text Example


Text Example

White with #BA3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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