Html Css Color HEX #BA386F Royal Heath

📋 copy color: '#BA386F'

red 186 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #BA386F

Tints of Royal Heath #BA386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 52.69%
G = 15.86%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA386F (or 0xBA386F) is known color: Royal Heath. HEX triplet: BA, 38 and 6F. RGB value is (186,56,111). Sum of RGB (Red+Green+Blue) = 186+56+111=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA386F is #45C790. Grayscale: #656565. Windows color (decimal): -4573073 or 7289018. OLE color: 7289018.

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

Color convert

RGB 186 56 111 -
CMYK 0 0.70 0.40 0.27
HSL 334.62º 0.54% 0.47% -
HSV(B) 334.62º 0.7% 0.73% -
XYZ 24.53 14.42 16.53 -
YUV 101.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 186 56 111 0 0.70 0.40 0.27 334.62 0.54 0.47
Hex BA 38 6F 0 46 28 1B 14F 36 2F
Octal 272 70 157 0 106 50 33 517 66 57
Binary 10111010 111000 1101111 0 1000110 101000 11011 101001111 110110 101111

Color Harmonies of #BA386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA386F

Black with #BA386F

Text Example


Text Example

White with #BA386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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