Html Css Color HEX #BA3C6D Royal Heath

📋 copy color: '#BA3C6D'

red 186 ◦ green 60 ◦ blue 109

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

Shades of Royal Heath #BA3C6D

Tints of Royal Heath #BA3C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 52.39%
G = 16.9%
B = 30.7%

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

#BA3C6D (or 0xBA3C6D) is known color: Royal Heath. HEX triplet: BA, 3C and 6D. RGB value is (186,60,109). Sum of RGB (Red+Green+Blue) = 186+60+109=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C6D is #45C392. Grayscale: #676767. Windows color (decimal): -4572051 or 7158970. OLE color: 7158970.

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

Color convert

RGB 186 60 109 -
CMYK 0 0.68 0.41 0.27
HSL 336.67º 0.51% 0.48% -
HSV(B) 336.67º 0.68% 0.73% -
XYZ 24.63 14.77 16.02 -
YUV 103.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 186 60 109 0 0.68 0.41 0.27 336.67 0.51 0.48
Hex BA 3C 6D 0 44 29 1B 151 33 30
Octal 272 74 155 0 104 51 33 521 63 60
Binary 10111010 111100 1101101 0 1000100 101001 11011 101010001 110011 110000

Color Harmonies of #BA3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C6D

Black with #BA3C6D

Text Example


Text Example

White with #BA3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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