Html Css Color HEX #BA3363 Rouge

📋 copy color: '#BA3363'

red 186 ◦ green 51 ◦ blue 99

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

Shades of Rouge #BA3363

Tints of Rouge #BA3363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 55.36%
G = 15.18%
B = 29.46%

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

#BA3363 (or 0xBA3363) is known color: Rouge. HEX triplet: BA, 33 and 63. RGB value is (186,51,99). Sum of RGB (Red+Green+Blue) = 186+51+99=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3363 is #45CC9C. Grayscale: #606060. Windows color (decimal): -4574365 or 6501306. OLE color: 6501306.

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

Color convert

RGB 186 51 99 -
CMYK 0 0.73 0.47 0.27
HSL 338.67º 0.57% 0.46% -
HSV(B) 338.67º 0.73% 0.73% -
XYZ 23.69 13.71 13.2 -
YUV 96.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 186 51 99 0 0.73 0.47 0.27 338.67 0.57 0.46
Hex BA 33 63 0 49 2F 1B 153 39 2E
Octal 272 63 143 0 111 57 33 523 71 56
Binary 10111010 110011 1100011 0 1001001 101111 11011 101010011 111001 101110

Color Harmonies of #BA3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3363

Black with #BA3363

Text Example


Text Example

White with #BA3363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3363; }

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

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

background-color css

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

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

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

border-color css

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

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

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