Html Css Color HEX #BA4376 Royal Heath

📋 copy color: '#BA4376'

red 186 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #BA4376

Tints of Royal Heath #BA4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 50.13%
G = 18.06%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4376 (or 0xBA4376) is known color: Royal Heath. HEX triplet: BA, 43 and 76. RGB value is (186,67,118). Sum of RGB (Red+Green+Blue) = 186+67+118=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4376 is #45BC89. Grayscale: #6C6C6C. Windows color (decimal): -4570250 or 7750586. OLE color: 7750586.

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

Color convert

RGB 186 67 118 -
CMYK 0 0.64 0.37 0.27
HSL 334.29º 0.47% 0.5% -
HSV(B) 334.29º 0.64% 0.73% -
XYZ 25.53 15.76 18.84 -
YUV 108.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 186 67 118 0 0.64 0.37 0.27 334.29 0.47 0.5
Hex BA 43 76 0 40 25 1B 14E 2F 32
Octal 272 103 166 0 100 45 33 516 57 62
Binary 10111010 1000011 1110110 0 1000000 100101 11011 101001110 101111 110010

Color Harmonies of #BA4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4376

Black with #BA4376

Text Example


Text Example

White with #BA4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4376; }

 p { color: rgb(186,67,118); }

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

background-color css

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

 a { background-color: rgb(186,67,118); }

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

border-color css

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

 span { border-color: rgb(186,67,118); }

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