Html Css Color HEX #BA376E Royal Heath

📋 copy color: '#BA376E'

red 186 ◦ green 55 ◦ blue 110

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

Shades of Royal Heath #BA376E

Tints of Royal Heath #BA376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 52.99%
G = 15.67%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA376E (or 0xBA376E) is known color: Royal Heath. HEX triplet: BA, 37 and 6E. RGB value is (186,55,110). Sum of RGB (Red+Green+Blue) = 186+55+110=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA376E is #45C891. Grayscale: #646464. Windows color (decimal): -4573330 or 7223226. OLE color: 7223226.

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

Color convert

RGB 186 55 110 -
CMYK 0 0.70 0.41 0.27
HSL 334.81º 0.54% 0.47% -
HSV(B) 334.81º 0.7% 0.73% -
XYZ 24.43 14.3 16.22 -
YUV 100.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 186 55 110 0 0.70 0.41 0.27 334.81 0.54 0.47
Hex BA 37 6E 0 46 29 1B 14F 36 2F
Octal 272 67 156 0 106 51 33 517 66 57
Binary 10111010 110111 1101110 0 1000110 101001 11011 101001111 110110 101111

Color Harmonies of #BA376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA376E

Black with #BA376E

Text Example


Text Example

White with #BA376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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