Html Css Color HEX #BA4E6E Royal Heath

📋 copy color: '#BA4E6E'

red 186 ◦ green 78 ◦ blue 110

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

Shades of Royal Heath #BA4E6E

Tints of Royal Heath #BA4E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 49.73%
G = 20.86%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA4E6E (or 0xBA4E6E) is known color: Royal Heath. HEX triplet: BA, 4E and 6E. RGB value is (186,78,110). Sum of RGB (Red+Green+Blue) = 186+78+110=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E6E is #45B191. Grayscale: #717171. Windows color (decimal): -4567442 or 7229114. OLE color: 7229114.

HSL color Cylindrical-coordinate representation of color #BA4E6E: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E6E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 110 -
CMYK 0 0.58 0.41 0.27
HSL 342.22º 0.44% 0.52% -
HSV(B) 342.22º 0.58% 0.73% -
XYZ 25.79 17.01 16.68 -
YUV 113.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 186 78 110 0 0.58 0.41 0.27 342.22 0.44 0.52
Hex BA 4E 6E 0 3A 29 1B 156 2C 34
Octal 272 116 156 0 72 51 33 526 54 64
Binary 10111010 1001110 1101110 0 111010 101001 11011 101010110 101100 110100

Color Harmonies of #BA4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E6E

Black with #BA4E6E

Text Example


Text Example

White with #BA4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E6E; }

 p { color: rgb(186,78,110); }

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

background-color css

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

 a { background-color: rgb(186,78,110); }

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

border-color css

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

 span { border-color: rgb(186,78,110); }

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