Html Css Color HEX #BA4F70 Royal Heath

📋 copy color: '#BA4F70'

red 186 ◦ green 79 ◦ blue 112

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

Shades of Royal Heath #BA4F70

Tints of Royal Heath #BA4F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

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

R = 49.34%
G = 20.95%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA4F70 (or 0xBA4F70) is known color: Royal Heath. HEX triplet: BA, 4F and 70. RGB value is (186,79,112). Sum of RGB (Red+Green+Blue) = 186+79+112=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F70 is #45B08F. Grayscale: #727272. Windows color (decimal): -4567184 or 7360442. OLE color: 7360442.

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

Color convert

RGB 186 79 112 -
CMYK 0 0.58 0.40 0.27
HSL 341.5º 0.44% 0.52% -
HSV(B) 341.5º 0.58% 0.73% -
XYZ 25.97 17.2 17.28 -
YUV 114.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 186 79 112 0 0.58 0.40 0.27 341.5 0.44 0.52
Hex BA 4F 70 0 3A 28 1B 155 2C 34
Octal 272 117 160 0 72 50 33 525 54 64
Binary 10111010 1001111 1110000 0 111010 101000 11011 101010101 101100 110100

Color Harmonies of #BA4F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F70

Black with #BA4F70

Text Example


Text Example

White with #BA4F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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