Html Css Color HEX #BA4065 Rouge

📋 copy color: '#BA4065'

red 186 ◦ green 64 ◦ blue 101

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

Shades of Rouge #BA4065

Tints of Rouge #BA4065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 52.99%
G = 18.23%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA4065 (or 0xBA4065) is known color: Rouge. HEX triplet: BA, 40 and 65. RGB value is (186,64,101). Sum of RGB (Red+Green+Blue) = 186+64+101=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4065 is #45BF9A. Grayscale: #686868. Windows color (decimal): -4571035 or 6635706. OLE color: 6635706.

HSL color Cylindrical-coordinate representation of color #BA4065: hue angle of 341.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4065 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 101 -
CMYK 0 0.66 0.46 0.27
HSL 341.8º 0.49% 0.49% -
HSV(B) 341.8º 0.66% 0.73% -
XYZ 24.43 15.05 13.93 -
YUV 104.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 186 64 101 0 0.66 0.46 0.27 341.8 0.49 0.49
Hex BA 40 65 0 42 2E 1B 156 31 31
Octal 272 100 145 0 102 56 33 526 61 61
Binary 10111010 1000000 1100101 0 1000010 101110 11011 101010110 110001 110001

Color Harmonies of #BA4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4065

Black with #BA4065

Text Example


Text Example

White with #BA4065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4065; }

 p { color: rgb(186,64,101); }

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

background-color css

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

 a { background-color: rgb(186,64,101); }

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

border-color css

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

 span { border-color: rgb(186,64,101); }

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