Html Css Color HEX #BA3C6E Royal Heath

📋 copy color: '#BA3C6E'

red 186 ◦ green 60 ◦ blue 110

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

Shades of Royal Heath #BA3C6E

Tints of Royal Heath #BA3C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 52.25%
G = 16.85%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA3C6E (or 0xBA3C6E) is known color: Royal Heath. HEX triplet: BA, 3C and 6E. RGB value is (186,60,110). Sum of RGB (Red+Green+Blue) = 186+60+110=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C6E is #45C391. Grayscale: #676767. Windows color (decimal): -4572050 or 7224506. OLE color: 7224506.

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

Color convert

RGB 186 60 110 -
CMYK 0 0.68 0.41 0.27
HSL 336.19º 0.51% 0.48% -
HSV(B) 336.19º 0.68% 0.73% -
XYZ 24.68 14.8 16.31 -
YUV 103.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 186 60 110 0 0.68 0.41 0.27 336.19 0.51 0.48
Hex BA 3C 6E 0 44 29 1B 150 33 30
Octal 272 74 156 0 104 51 33 520 63 60
Binary 10111010 111100 1101110 0 1000100 101001 11011 101010000 110011 110000

Color Harmonies of #BA3C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C6E

Black with #BA3C6E

Text Example


Text Example

White with #BA3C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C6E; }

 p { color: rgb(186,60,110); }

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

background-color css

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

 a { background-color: rgb(186,60,110); }

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

border-color css

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

 span { border-color: rgb(186,60,110); }

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