Html Css Color HEX #BA3B63 Rouge

📋 copy color: '#BA3B63'

red 186 ◦ green 59 ◦ blue 99

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

Shades of Rouge #BA3B63

Tints of Rouge #BA3B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

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

R = 54.07%
G = 17.15%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3B63 (or 0xBA3B63) is known color: Rouge. HEX triplet: BA, 3B and 63. RGB value is (186,59,99). Sum of RGB (Red+Green+Blue) = 186+59+99=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B63 is #45C49C. Grayscale: #656565. Windows color (decimal): -4572317 or 6503354. OLE color: 6503354.

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

Color convert

RGB 186 59 99 -
CMYK 0 0.68 0.47 0.27
HSL 341.1º 0.52% 0.48% -
HSV(B) 341.1º 0.68% 0.73% -
XYZ 24.07 14.47 13.33 -
YUV 101.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 186 59 99 0 0.68 0.47 0.27 341.1 0.52 0.48
Hex BA 3B 63 0 44 2F 1B 155 34 30
Octal 272 73 143 0 104 57 33 525 64 60
Binary 10111010 111011 1100011 0 1000100 101111 11011 101010101 110100 110000

Color Harmonies of #BA3B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B63

Black with #BA3B63

Text Example


Text Example

White with #BA3B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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