Html Css Color HEX #BA437E Royal Heath

📋 copy color: '#BA437E'

red 186 ◦ green 67 ◦ blue 126

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

Shades of Royal Heath #BA437E

Tints of Royal Heath #BA437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 49.08%
G = 17.68%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA437E (or 0xBA437E) is known color: Royal Heath. HEX triplet: BA, 43 and 7E. RGB value is (186,67,126). Sum of RGB (Red+Green+Blue) = 186+67+126=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA437E is #45BC81. Grayscale: #6D6D6D. Windows color (decimal): -4570242 or 8274874. OLE color: 8274874.

HSL color Cylindrical-coordinate representation of color #BA437E: hue angle of 330.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA437E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 126 -
CMYK 0 0.64 0.32 0.27
HSL 330.25º 0.47% 0.5% -
HSV(B) 330.25º 0.64% 0.73% -
XYZ 26.02 15.96 21.45 -
YUV 109.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 186 67 126 0 0.64 0.32 0.27 330.25 0.47 0.5
Hex BA 43 7E 0 40 20 1B 14A 2F 32
Octal 272 103 176 0 100 40 33 512 57 62
Binary 10111010 1000011 1111110 0 1000000 100000 11011 101001010 101111 110010

Color Harmonies of #BA437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA437E

Black with #BA437E

Text Example


Text Example

White with #BA437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA437E; }

 p { color: rgb(186,67,126); }

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

background-color css

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

 a { background-color: rgb(186,67,126); }

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

border-color css

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

 span { border-color: rgb(186,67,126); }

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