Html Css Color HEX #BA366F Royal Heath

📋 copy color: '#BA366F'

red 186 ◦ green 54 ◦ blue 111

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

Shades of Royal Heath #BA366F

Tints of Royal Heath #BA366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 52.99%
G = 15.38%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA366F (or 0xBA366F) is known color: Royal Heath. HEX triplet: BA, 36 and 6F. RGB value is (186,54,111). Sum of RGB (Red+Green+Blue) = 186+54+111=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA366F is #45C990. Grayscale: #636363. Windows color (decimal): -4573585 or 7288506. OLE color: 7288506.

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

Color convert

RGB 186 54 111 -
CMYK 0 0.71 0.40 0.27
HSL 334.09º 0.55% 0.47% -
HSV(B) 334.09º 0.71% 0.73% -
XYZ 24.44 14.23 16.5 -
YUV 99.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 186 54 111 0 0.71 0.40 0.27 334.09 0.55 0.47
Hex BA 36 6F 0 47 28 1B 14E 37 2F
Octal 272 66 157 0 107 50 33 516 67 57
Binary 10111010 110110 1101111 0 1000111 101000 11011 101001110 110111 101111

Color Harmonies of #BA366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA366F

Black with #BA366F

Text Example


Text Example

White with #BA366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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