Html Css Color HEX #BA385E Rouge

📋 copy color: '#BA385E'

red 186 ◦ green 56 ◦ blue 94

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

Shades of Rouge #BA385E

Tints of Rouge #BA385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 55.36%
G = 16.67%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA385E (or 0xBA385E) is known color: Rouge. HEX triplet: BA, 38 and 5E. RGB value is (186,56,94). Sum of RGB (Red+Green+Blue) = 186+56+94=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA385E is #45C7A1. Grayscale: #636363. Windows color (decimal): -4573090 or 6174906. OLE color: 6174906.

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

Color convert

RGB 186 56 94 -
CMYK 0 0.70 0.49 0.27
HSL 342.46º 0.54% 0.47% -
HSV(B) 342.46º 0.7% 0.73% -
XYZ 23.68 14.08 12.06 -
YUV 99.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 186 56 94 0 0.70 0.49 0.27 342.46 0.54 0.47
Hex BA 38 5E 0 46 31 1B 156 36 2F
Octal 272 70 136 0 106 61 33 526 66 57
Binary 10111010 111000 1011110 0 1000110 110001 11011 101010110 110110 101111

Color Harmonies of #BA385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA385E

Black with #BA385E

Text Example


Text Example

White with #BA385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA385E; }

 p { color: rgb(186,56,94); }

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

background-color css

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

 a { background-color: rgb(186,56,94); }

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

border-color css

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

 span { border-color: rgb(186,56,94); }

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