Html Css Color HEX #BA4775 Royal Heath

📋 copy color: '#BA4775'

red 186 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #BA4775

Tints of Royal Heath #BA4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

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

R = 49.73%
G = 18.98%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4775 (or 0xBA4775) is known color: Royal Heath. HEX triplet: BA, 47 and 75. RGB value is (186,71,117). Sum of RGB (Red+Green+Blue) = 186+71+117=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4775 is #45B88A. Grayscale: #6E6E6E. Windows color (decimal): -4569227 or 7686074. OLE color: 7686074.

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

Color convert

RGB 186 71 117 -
CMYK 0 0.62 0.37 0.27
HSL 336º 0.45% 0.5% -
HSV(B) 336º 0.62% 0.73% -
XYZ 25.71 16.23 18.61 -
YUV 110.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 186 71 117 0 0.62 0.37 0.27 336 0.45 0.5
Hex BA 47 75 0 3E 25 1B 150 2D 32
Octal 272 107 165 0 76 45 33 520 55 62
Binary 10111010 1000111 1110101 0 111110 100101 11011 101010000 101101 110010

Color Harmonies of #BA4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4775

Black with #BA4775

Text Example


Text Example

White with #BA4775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4775; }

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

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

background-color css

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

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

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

border-color css

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

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

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