Html Css Color HEX #BA4575 Royal Heath

📋 copy color: '#BA4575'

red 186 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #BA4575

Tints of Royal Heath #BA4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

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

R = 50%
G = 18.55%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4575 (or 0xBA4575) is known color: Royal Heath. HEX triplet: BA, 45 and 75. RGB value is (186,69,117). Sum of RGB (Red+Green+Blue) = 186+69+117=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4575 is #45BA8A. Grayscale: #6D6D6D. Windows color (decimal): -4569739 or 7685562. OLE color: 7685562.

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

Color convert

RGB 186 69 117 -
CMYK 0 0.63 0.37 0.27
HSL 335.38º 0.46% 0.5% -
HSV(B) 335.38º 0.63% 0.73% -
XYZ 25.59 15.98 18.57 -
YUV 109.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 186 69 117 0 0.63 0.37 0.27 335.38 0.46 0.5
Hex BA 45 75 0 3F 25 1B 14F 2E 32
Octal 272 105 165 0 77 45 33 517 56 62
Binary 10111010 1000101 1110101 0 111111 100101 11011 101001111 101110 110010

Color Harmonies of #BA4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4575

Black with #BA4575

Text Example


Text Example

White with #BA4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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