Html Css Color HEX #BA4276 Royal Heath

📋 copy color: '#BA4276'

red 186 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #BA4276

Tints of Royal Heath #BA4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 50.27%
G = 17.84%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4276 (or 0xBA4276) is known color: Royal Heath. HEX triplet: BA, 42 and 76. RGB value is (186,66,118). Sum of RGB (Red+Green+Blue) = 186+66+118=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4276 is #45BD89. Grayscale: #6B6B6B. Windows color (decimal): -4570506 or 7750330. OLE color: 7750330.

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

Color convert

RGB 186 66 118 -
CMYK 0 0.65 0.37 0.27
HSL 334º 0.48% 0.49% -
HSV(B) 334º 0.65% 0.73% -
XYZ 25.47 15.64 18.82 -
YUV 107.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 186 66 118 0 0.65 0.37 0.27 334 0.48 0.49
Hex BA 42 76 0 41 25 1B 14E 30 31
Octal 272 102 166 0 101 45 33 516 60 61
Binary 10111010 1000010 1110110 0 1000001 100101 11011 101001110 110000 110001

Color Harmonies of #BA4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4276

Black with #BA4276

Text Example


Text Example

White with #BA4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4276; }

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

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

background-color css

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

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

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

border-color css

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

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

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