Html Css Color HEX #BA426A Royal Heath

📋 copy color: '#BA426A'

red 186 ◦ green 66 ◦ blue 106

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

Shades of Royal Heath #BA426A

Tints of Royal Heath #BA426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 51.96%
G = 18.44%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA426A (or 0xBA426A) is known color: Royal Heath. HEX triplet: BA, 42 and 6A. RGB value is (186,66,106). Sum of RGB (Red+Green+Blue) = 186+66+106=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA426A is #45BD95. Grayscale: #6A6A6A. Windows color (decimal): -4570518 or 6963898. OLE color: 6963898.

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

Color convert

RGB 186 66 106 -
CMYK 0 0.65 0.43 0.27
HSL 340º 0.48% 0.49% -
HSV(B) 340º 0.65% 0.73% -
XYZ 24.8 15.38 15.3 -
YUV 106.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 186 66 106 0 0.65 0.43 0.27 340 0.48 0.49
Hex BA 42 6A 0 41 2B 1B 154 30 31
Octal 272 102 152 0 101 53 33 524 60 61
Binary 10111010 1000010 1101010 0 1000001 101011 11011 101010100 110000 110001

Color Harmonies of #BA426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA426A

Black with #BA426A

Text Example


Text Example

White with #BA426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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