Html Css Color HEX #BA4272 Royal Heath

📋 copy color: '#BA4272'

red 186 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #BA4272

Tints of Royal Heath #BA4272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 50.82%
G = 18.03%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4272 (or 0xBA4272) is known color: Royal Heath. HEX triplet: BA, 42 and 72. RGB value is (186,66,114). Sum of RGB (Red+Green+Blue) = 186+66+114=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4272 is #45BD8D. Grayscale: #6B6B6B. Windows color (decimal): -4570510 or 7488186. OLE color: 7488186.

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

Color convert

RGB 186 66 114 -
CMYK 0 0.65 0.39 0.27
HSL 336º 0.48% 0.49% -
HSV(B) 336º 0.65% 0.73% -
XYZ 25.24 15.55 17.59 -
YUV 107.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 186 66 114 0 0.65 0.39 0.27 336 0.48 0.49
Hex BA 42 72 0 41 27 1B 150 30 31
Octal 272 102 162 0 101 47 33 520 60 61
Binary 10111010 1000010 1110010 0 1000001 100111 11011 101010000 110000 110001

Color Harmonies of #BA4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4272

Black with #BA4272

Text Example


Text Example

White with #BA4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4272; }

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

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

background-color css

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

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

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

border-color css

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

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

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