Html Css Color HEX #BA426B Royal Heath

📋 copy color: '#BA426B'

red 186 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #BA426B

Tints of Royal Heath #BA426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 51.81%
G = 18.38%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA426B (or 0xBA426B) is known color: Royal Heath. HEX triplet: BA, 42 and 6B. RGB value is (186,66,107). Sum of RGB (Red+Green+Blue) = 186+66+107=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA426B is #45BD94. Grayscale: #6A6A6A. Windows color (decimal): -4570517 or 7029434. OLE color: 7029434.

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

Color convert

RGB 186 66 107 -
CMYK 0 0.65 0.42 0.27
HSL 339.5º 0.48% 0.49% -
HSV(B) 339.5º 0.65% 0.73% -
XYZ 24.85 15.4 15.57 -
YUV 106.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 186 66 107 0 0.65 0.42 0.27 339.5 0.48 0.49
Hex BA 42 6B 0 41 2A 1B 154 30 31
Octal 272 102 153 0 101 52 33 524 60 61
Binary 10111010 1000010 1101011 0 1000001 101010 11011 101010100 110000 110001

Color Harmonies of #BA426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA426B

Black with #BA426B

Text Example


Text Example

White with #BA426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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