Html Css Color HEX #BA3768 Rouge

📋 copy color: '#BA3768'

red 186 ◦ green 55 ◦ blue 104

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

Shades of Rouge #BA3768

Tints of Rouge #BA3768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 53.91%
G = 15.94%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA3768 (or 0xBA3768) is known color: Rouge. HEX triplet: BA, 37 and 68. RGB value is (186,55,104). Sum of RGB (Red+Green+Blue) = 186+55+104=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3768 is #45C897. Grayscale: #636363. Windows color (decimal): -4573336 or 6830010. OLE color: 6830010.

HSL color Cylindrical-coordinate representation of color #BA3768: hue angle of 337.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3768 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 104 -
CMYK 0 0.70 0.44 0.27
HSL 337.56º 0.54% 0.47% -
HSV(B) 337.56º 0.7% 0.73% -
XYZ 24.11 14.17 14.56 -
YUV 99.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 186 55 104 0 0.70 0.44 0.27 337.56 0.54 0.47
Hex BA 37 68 0 46 2C 1B 152 36 2F
Octal 272 67 150 0 106 54 33 522 66 57
Binary 10111010 110111 1101000 0 1000110 101100 11011 101010010 110110 101111

Color Harmonies of #BA3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3768

Black with #BA3768

Text Example


Text Example

White with #BA3768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3768; }

 p { color: rgb(186,55,104); }

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

background-color css

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

 a { background-color: rgb(186,55,104); }

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

border-color css

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

 span { border-color: rgb(186,55,104); }

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