Html Css Color HEX #BA416D Royal Heath

📋 copy color: '#BA416D'

red 186 ◦ green 65 ◦ blue 109

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

Shades of Royal Heath #BA416D

Tints of Royal Heath #BA416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 51.67%
G = 18.06%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA416D (or 0xBA416D) is known color: Royal Heath. HEX triplet: BA, 41 and 6D. RGB value is (186,65,109). Sum of RGB (Red+Green+Blue) = 186+65+109=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA416D is #45BE92. Grayscale: #6A6A6A. Windows color (decimal): -4570771 or 7160250. OLE color: 7160250.

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

Color convert

RGB 186 65 109 -
CMYK 0 0.65 0.41 0.27
HSL 338.18º 0.48% 0.49% -
HSV(B) 338.18º 0.65% 0.73% -
XYZ 24.9 15.32 16.11 -
YUV 106.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 186 65 109 0 0.65 0.41 0.27 338.18 0.48 0.49
Hex BA 41 6D 0 41 29 1B 152 30 31
Octal 272 101 155 0 101 51 33 522 60 61
Binary 10111010 1000001 1101101 0 1000001 101001 11011 101010010 110000 110001

Color Harmonies of #BA416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA416D

Black with #BA416D

Text Example


Text Example

White with #BA416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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