Html Css Color HEX #BA3767 Rouge

📋 copy color: '#BA3767'

red 186 ◦ green 55 ◦ blue 103

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

Shades of Rouge #BA3767

Tints of Rouge #BA3767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 54.07%
G = 15.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA3767 (or 0xBA3767) is known color: Rouge. HEX triplet: BA, 37 and 67. RGB value is (186,55,103). Sum of RGB (Red+Green+Blue) = 186+55+103=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3767 is #45C898. Grayscale: #636363. Windows color (decimal): -4573337 or 6764474. OLE color: 6764474.

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

Color convert

RGB 186 55 103 -
CMYK 0 0.70 0.45 0.27
HSL 338.02º 0.54% 0.47% -
HSV(B) 338.02º 0.7% 0.73% -
XYZ 24.06 14.15 14.3 -
YUV 99.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 186 55 103 0 0.70 0.45 0.27 338.02 0.54 0.47
Hex BA 37 67 0 46 2D 1B 152 36 2F
Octal 272 67 147 0 106 55 33 522 66 57
Binary 10111010 110111 1100111 0 1000110 101101 11011 101010010 110110 101111

Color Harmonies of #BA3767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3767

Black with #BA3767

Text Example


Text Example

White with #BA3767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3767; }

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

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

background-color css

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

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

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

border-color css

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

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

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