Html Css Color HEX #BA4274 Royal Heath

📋 copy color: '#BA4274'

red 186 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #BA4274

Tints of Royal Heath #BA4274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 50.54%
G = 17.93%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4274 (or 0xBA4274) is known color: Royal Heath. HEX triplet: BA, 42 and 74. RGB value is (186,66,116). Sum of RGB (Red+Green+Blue) = 186+66+116=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4274 is #45BD8B. Grayscale: #6B6B6B. Windows color (decimal): -4570508 or 7619258. OLE color: 7619258.

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

Color convert

RGB 186 66 116 -
CMYK 0 0.65 0.38 0.27
HSL 335º 0.48% 0.49% -
HSV(B) 335º 0.65% 0.73% -
XYZ 25.35 15.6 18.2 -
YUV 107.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 186 66 116 0 0.65 0.38 0.27 335 0.48 0.49
Hex BA 42 74 0 41 26 1B 14F 30 31
Octal 272 102 164 0 101 46 33 517 60 61
Binary 10111010 1000010 1110100 0 1000001 100110 11011 101001111 110000 110001

Color Harmonies of #BA4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4274

Black with #BA4274

Text Example


Text Example

White with #BA4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4274; }

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

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

background-color css

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

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

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

border-color css

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

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

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