Html Css Color HEX #BA4070 Royal Heath

📋 copy color: '#BA4070'

red 186 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #BA4070

Tints of Royal Heath #BA4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 51.38%
G = 17.68%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA4070 (or 0xBA4070) is known color: Royal Heath. HEX triplet: BA, 40 and 70. RGB value is (186,64,112). Sum of RGB (Red+Green+Blue) = 186+64+112=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4070 is #45BF8F. Grayscale: #696969. Windows color (decimal): -4571024 or 7356602. OLE color: 7356602.

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

Color convert

RGB 186 64 112 -
CMYK 0 0.66 0.40 0.27
HSL 336.39º 0.49% 0.49% -
HSV(B) 336.39º 0.66% 0.73% -
XYZ 25.01 15.28 16.96 -
YUV 105.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 186 64 112 0 0.66 0.40 0.27 336.39 0.49 0.49
Hex BA 40 70 0 42 28 1B 150 31 31
Octal 272 100 160 0 102 50 33 520 61 61
Binary 10111010 1000000 1110000 0 1000010 101000 11011 101010000 110001 110001

Color Harmonies of #BA4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4070

Black with #BA4070

Text Example


Text Example

White with #BA4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4070; }

 p { color: rgb(186,64,112); }

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

background-color css

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

 a { background-color: rgb(186,64,112); }

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

border-color css

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

 span { border-color: rgb(186,64,112); }

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