Html Css Color HEX #BA4F72 Royal Heath

📋 copy color: '#BA4F72'

red 186 ◦ green 79 ◦ blue 114

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

Shades of Royal Heath #BA4F72

Tints of Royal Heath #BA4F72

RGB

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

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

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

R = 49.08%
G = 20.84%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4F72 (or 0xBA4F72) is known color: Royal Heath. HEX triplet: BA, 4F and 72. RGB value is (186,79,114). Sum of RGB (Red+Green+Blue) = 186+79+114=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F72 is #45B08D. Grayscale: #727272. Windows color (decimal): -4567182 or 7491514. OLE color: 7491514.

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

Color convert

RGB 186 79 114 -
CMYK 0 0.58 0.39 0.27
HSL 340.37º 0.44% 0.52% -
HSV(B) 340.37º 0.58% 0.73% -
XYZ 26.08 17.25 17.87 -
YUV 114.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 186 79 114 0 0.58 0.39 0.27 340.37 0.44 0.52
Hex BA 4F 72 0 3A 27 1B 154 2C 34
Octal 272 117 162 0 72 47 33 524 54 64
Binary 10111010 1001111 1110010 0 111010 100111 11011 101010100 101100 110100

Color Harmonies of #BA4F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F72

Black with #BA4F72

Text Example


Text Example

White with #BA4F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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