Html Css Color HEX #BA366E Royal Heath

📋 copy color: '#BA366E'

red 186 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #BA366E

Tints of Royal Heath #BA366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 53.14%
G = 15.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA366E (or 0xBA366E) is known color: Royal Heath. HEX triplet: BA, 36 and 6E. RGB value is (186,54,110). Sum of RGB (Red+Green+Blue) = 186+54+110=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA366E is #45C991. Grayscale: #636363. Windows color (decimal): -4573586 or 7222970. OLE color: 7222970.

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

Color convert

RGB 186 54 110 -
CMYK 0 0.71 0.41 0.27
HSL 334.55º 0.55% 0.47% -
HSV(B) 334.55º 0.71% 0.73% -
XYZ 24.38 14.2 16.21 -
YUV 99.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 186 54 110 0 0.71 0.41 0.27 334.55 0.55 0.47
Hex BA 36 6E 0 47 29 1B 14F 37 2F
Octal 272 66 156 0 107 51 33 517 67 57
Binary 10111010 110110 1101110 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #BA366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA366E

Black with #BA366E

Text Example


Text Example

White with #BA366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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