Html Css Color HEX #BA4375 Royal Heath

📋 copy color: '#BA4375'

red 186 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #BA4375

Tints of Royal Heath #BA4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 50.27%
G = 18.11%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4375 (or 0xBA4375) is known color: Royal Heath. HEX triplet: BA, 43 and 75. RGB value is (186,67,117). Sum of RGB (Red+Green+Blue) = 186+67+117=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4375 is #45BC8A. Grayscale: #6C6C6C. Windows color (decimal): -4570251 or 7685050. OLE color: 7685050.

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

Color convert

RGB 186 67 117 -
CMYK 0 0.64 0.37 0.27
HSL 334.79º 0.47% 0.5% -
HSV(B) 334.79º 0.64% 0.73% -
XYZ 25.47 15.74 18.53 -
YUV 108.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 186 67 117 0 0.64 0.37 0.27 334.79 0.47 0.5
Hex BA 43 75 0 40 25 1B 14F 2F 32
Octal 272 103 165 0 100 45 33 517 57 62
Binary 10111010 1000011 1110101 0 1000000 100101 11011 101001111 101111 110010

Color Harmonies of #BA4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4375

Black with #BA4375

Text Example


Text Example

White with #BA4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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