Html Css Color HEX #BA426D Royal Heath

📋 copy color: '#BA426D'

red 186 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #BA426D

Tints of Royal Heath #BA426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 51.52%
G = 18.28%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA426D (or 0xBA426D) is known color: Royal Heath. HEX triplet: BA, 42 and 6D. RGB value is (186,66,109). Sum of RGB (Red+Green+Blue) = 186+66+109=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA426D is #45BD92. Grayscale: #6A6A6A. Windows color (decimal): -4570515 or 7160506. OLE color: 7160506.

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

Color convert

RGB 186 66 109 -
CMYK 0 0.65 0.41 0.27
HSL 338.5º 0.48% 0.49% -
HSV(B) 338.5º 0.65% 0.73% -
XYZ 24.96 15.44 16.13 -
YUV 106.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 186 66 109 0 0.65 0.41 0.27 338.5 0.48 0.49
Hex BA 42 6D 0 41 29 1B 152 30 31
Octal 272 102 155 0 101 51 33 522 60 61
Binary 10111010 1000010 1101101 0 1000001 101001 11011 101010010 110000 110001

Color Harmonies of #BA426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA426D

Black with #BA426D

Text Example


Text Example

White with #BA426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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