Html Css Color HEX #BA385F Rouge

📋 copy color: '#BA385F'

red 186 ◦ green 56 ◦ blue 95

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

Shades of Rouge #BA385F

Tints of Rouge #BA385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 55.19%
G = 16.62%
B = 28.19%

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

#BA385F (or 0xBA385F) is known color: Rouge. HEX triplet: BA, 38 and 5F. RGB value is (186,56,95). Sum of RGB (Red+Green+Blue) = 186+56+95=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA385F is #45C7A0. Grayscale: #636363. Windows color (decimal): -4573089 or 6240442. OLE color: 6240442.

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

Color convert

RGB 186 56 95 -
CMYK 0 0.70 0.49 0.27
HSL 342º 0.54% 0.47% -
HSV(B) 342º 0.7% 0.73% -
XYZ 23.73 14.09 12.3 -
YUV 99.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 186 56 95 0 0.70 0.49 0.27 342 0.54 0.47
Hex BA 38 5F 0 46 31 1B 156 36 2F
Octal 272 70 137 0 106 61 33 526 66 57
Binary 10111010 111000 1011111 0 1000110 110001 11011 101010110 110110 101111

Color Harmonies of #BA385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA385F

Black with #BA385F

Text Example


Text Example

White with #BA385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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