Html Css Color HEX #BA427A Royal Heath

📋 copy color: '#BA427A'

red 186 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #BA427A

Tints of Royal Heath #BA427A

RGB

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

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

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

R = 49.73%
G = 17.65%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA427A (or 0xBA427A) is known color: Royal Heath. HEX triplet: BA, 42 and 7A. RGB value is (186,66,122). Sum of RGB (Red+Green+Blue) = 186+66+122=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427A is #45BD85. Grayscale: #6C6C6C. Windows color (decimal): -4570502 or 8012474. OLE color: 8012474.

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

Color convert

RGB 186 66 122 -
CMYK 0 0.65 0.34 0.27
HSL 332º 0.48% 0.49% -
HSV(B) 332º 0.65% 0.73% -
XYZ 25.71 15.74 20.1 -
YUV 108.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 186 66 122 0 0.65 0.34 0.27 332 0.48 0.49
Hex BA 42 7A 0 41 22 1B 14C 30 31
Octal 272 102 172 0 101 42 33 514 60 61
Binary 10111010 1000010 1111010 0 1000001 100010 11011 101001100 110000 110001

Color Harmonies of #BA427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA427A

Black with #BA427A

Text Example


Text Example

White with #BA427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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