Html Css Color HEX #BA4A75 Royal Heath

📋 copy color: '#BA4A75'

red 186 ◦ green 74 ◦ blue 117

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

Shades of Royal Heath #BA4A75

Tints of Royal Heath #BA4A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 49.34%
G = 19.63%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4A75 (or 0xBA4A75) is known color: Royal Heath. HEX triplet: BA, 4A and 75. RGB value is (186,74,117). Sum of RGB (Red+Green+Blue) = 186+74+117=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A75 is #45B58A. Grayscale: #707070. Windows color (decimal): -4568459 or 7686842. OLE color: 7686842.

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

Color convert

RGB 186 74 117 -
CMYK 0 0.60 0.37 0.27
HSL 336.96º 0.45% 0.51% -
HSV(B) 336.96º 0.6% 0.73% -
XYZ 25.91 16.62 18.67 -
YUV 112.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 186 74 117 0 0.60 0.37 0.27 336.96 0.45 0.51
Hex BA 4A 75 0 3C 25 1B 151 2D 33
Octal 272 112 165 0 74 45 33 521 55 63
Binary 10111010 1001010 1110101 0 111100 100101 11011 101010001 101101 110011

Color Harmonies of #BA4A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A75

Black with #BA4A75

Text Example


Text Example

White with #BA4A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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