Html Css Color HEX #BA386C Royal Heath

📋 copy color: '#BA386C'

red 186 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #BA386C

Tints of Royal Heath #BA386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 53.14%
G = 16%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA386C (or 0xBA386C) is known color: Royal Heath. HEX triplet: BA, 38 and 6C. RGB value is (186,56,108). Sum of RGB (Red+Green+Blue) = 186+56+108=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA386C is #45C793. Grayscale: #646464. Windows color (decimal): -4573076 or 7092410. OLE color: 7092410.

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

Color convert

RGB 186 56 108 -
CMYK 0 0.70 0.42 0.27
HSL 336º 0.54% 0.47% -
HSV(B) 336º 0.7% 0.73% -
XYZ 24.37 14.35 15.67 -
YUV 100.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 186 56 108 0 0.70 0.42 0.27 336 0.54 0.47
Hex BA 38 6C 0 46 2A 1B 150 36 2F
Octal 272 70 154 0 106 52 33 520 66 57
Binary 10111010 111000 1101100 0 1000110 101010 11011 101010000 110110 101111

Color Harmonies of #BA386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA386C

Black with #BA386C

Text Example


Text Example

White with #BA386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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