Html Css Color HEX #BA4F7A Royal Heath

📋 copy color: '#BA4F7A'

red 186 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #BA4F7A

Tints of Royal Heath #BA4F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 48.06%
G = 20.41%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA4F7A (or 0xBA4F7A) is known color: Royal Heath. HEX triplet: BA, 4F and 7A. RGB value is (186,79,122). Sum of RGB (Red+Green+Blue) = 186+79+122=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F7A is #45B085. Grayscale: #737373. Windows color (decimal): -4567174 or 8015802. OLE color: 8015802.

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

Color convert

RGB 186 79 122 -
CMYK 0 0.58 0.34 0.27
HSL 335.89º 0.44% 0.52% -
HSV(B) 335.89º 0.58% 0.73% -
XYZ 26.56 17.44 20.38 -
YUV 115.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 186 79 122 0 0.58 0.34 0.27 335.89 0.44 0.52
Hex BA 4F 7A 0 3A 22 1B 150 2C 34
Octal 272 117 172 0 72 42 33 520 54 64
Binary 10111010 1001111 1111010 0 111010 100010 11011 101010000 101100 110100

Color Harmonies of #BA4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F7A

Black with #BA4F7A

Text Example


Text Example

White with #BA4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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