Html Css Color HEX #BA4175 Royal Heath

📋 copy color: '#BA4175'

red 186 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #BA4175

Tints of Royal Heath #BA4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 50.54%
G = 17.66%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4175 (or 0xBA4175) is known color: Royal Heath. HEX triplet: BA, 41 and 75. RGB value is (186,65,117). Sum of RGB (Red+Green+Blue) = 186+65+117=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4175 is #45BE8A. Grayscale: #6B6B6B. Windows color (decimal): -4570763 or 7684538. OLE color: 7684538.

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

Color convert

RGB 186 65 117 -
CMYK 0 0.65 0.37 0.27
HSL 334.21º 0.48% 0.49% -
HSV(B) 334.21º 0.65% 0.73% -
XYZ 25.35 15.5 18.49 -
YUV 107.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 186 65 117 0 0.65 0.37 0.27 334.21 0.48 0.49
Hex BA 41 75 0 41 25 1B 14E 30 31
Octal 272 101 165 0 101 45 33 516 60 61
Binary 10111010 1000001 1110101 0 1000001 100101 11011 101001110 110000 110001

Color Harmonies of #BA4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4175

Black with #BA4175

Text Example


Text Example

White with #BA4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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