Html Css Color HEX #BA346F Royal Heath

📋 copy color: '#BA346F'

red 186 ◦ green 52 ◦ blue 111

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

Shades of Royal Heath #BA346F

Tints of Royal Heath #BA346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 53.3%
G = 14.9%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA346F (or 0xBA346F) is known color: Royal Heath. HEX triplet: BA, 34 and 6F. RGB value is (186,52,111). Sum of RGB (Red+Green+Blue) = 186+52+111=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA346F is #45CB90. Grayscale: #626262. Windows color (decimal): -4574097 or 7287994. OLE color: 7287994.

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

Color convert

RGB 186 52 111 -
CMYK 0 0.72 0.40 0.27
HSL 333.58º 0.56% 0.47% -
HSV(B) 333.58º 0.72% 0.73% -
XYZ 24.35 14.04 16.47 -
YUV 98.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 186 52 111 0 0.72 0.40 0.27 333.58 0.56 0.47
Hex BA 34 6F 0 48 28 1B 14E 38 2F
Octal 272 64 157 0 110 50 33 516 70 57
Binary 10111010 110100 1101111 0 1001000 101000 11011 101001110 111000 101111

Color Harmonies of #BA346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA346F

Black with #BA346F

Text Example


Text Example

White with #BA346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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