Html Css Color HEX #BA437D Royal Heath

📋 copy color: '#BA437D'

red 186 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #BA437D

Tints of Royal Heath #BA437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 49.21%
G = 17.72%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA437D (or 0xBA437D) is known color: Royal Heath. HEX triplet: BA, 43 and 7D. RGB value is (186,67,125). Sum of RGB (Red+Green+Blue) = 186+67+125=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA437D is #45BC82. Grayscale: #6D6D6D. Windows color (decimal): -4570243 or 8209338. OLE color: 8209338.

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

Color convert

RGB 186 67 125 -
CMYK 0 0.64 0.33 0.27
HSL 330.76º 0.47% 0.5% -
HSV(B) 330.76º 0.64% 0.73% -
XYZ 25.96 15.93 21.11 -
YUV 109.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 186 67 125 0 0.64 0.33 0.27 330.76 0.47 0.5
Hex BA 43 7D 0 40 21 1B 14B 2F 32
Octal 272 103 175 0 100 41 33 513 57 62
Binary 10111010 1000011 1111101 0 1000000 100001 11011 101001011 101111 110010

Color Harmonies of #BA437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA437D

Black with #BA437D

Text Example


Text Example

White with #BA437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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