Html Css Color HEX #BA396C Royal Heath

📋 copy color: '#BA396C'

red 186 ◦ green 57 ◦ blue 108

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

Shades of Royal Heath #BA396C

Tints of Royal Heath #BA396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 52.99%
G = 16.24%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA396C (or 0xBA396C) is known color: Royal Heath. HEX triplet: BA, 39 and 6C. RGB value is (186,57,108). Sum of RGB (Red+Green+Blue) = 186+57+108=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA396C is #45C693. Grayscale: #656565. Windows color (decimal): -4572820 or 7092666. OLE color: 7092666.

HSL color Cylindrical-coordinate representation of color #BA396C: hue angle of 336.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA396C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 108 -
CMYK 0 0.69 0.42 0.27
HSL 336.28º 0.53% 0.48% -
HSV(B) 336.28º 0.69% 0.73% -
XYZ 24.42 14.45 15.69 -
YUV 101.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 186 57 108 0 0.69 0.42 0.27 336.28 0.53 0.48
Hex BA 39 6C 0 45 2A 1B 150 35 30
Octal 272 71 154 0 105 52 33 520 65 60
Binary 10111010 111001 1101100 0 1000101 101010 11011 101010000 110101 110000

Color Harmonies of #BA396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA396C

Black with #BA396C

Text Example


Text Example

White with #BA396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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