Html Css Color HEX #BA4E75 Royal Heath

📋 copy color: '#BA4E75'

red 186 ◦ green 78 ◦ blue 117

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

Shades of Royal Heath #BA4E75

Tints of Royal Heath #BA4E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 48.82%
G = 20.47%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4E75 (or 0xBA4E75) is known color: Royal Heath. HEX triplet: BA, 4E and 75. RGB value is (186,78,117). Sum of RGB (Red+Green+Blue) = 186+78+117=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E75 is #45B18A. Grayscale: #727272. Windows color (decimal): -4567435 or 7687866. OLE color: 7687866.

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

Color convert

RGB 186 78 117 -
CMYK 0 0.58 0.37 0.27
HSL 338.33º 0.44% 0.52% -
HSV(B) 338.33º 0.58% 0.73% -
XYZ 26.18 17.17 18.76 -
YUV 114.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 186 78 117 0 0.58 0.37 0.27 338.33 0.44 0.52
Hex BA 4E 75 0 3A 25 1B 152 2C 34
Octal 272 116 165 0 72 45 33 522 54 64
Binary 10111010 1001110 1110101 0 111010 100101 11011 101010010 101100 110100

Color Harmonies of #BA4E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E75

Black with #BA4E75

Text Example


Text Example

White with #BA4E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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