Html Css Color HEX #BA5175 Royal Heath

📋 copy color: '#BA5175'

red 186 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #BA5175

Tints of Royal Heath #BA5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 48.44%
G = 21.09%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5175 (or 0xBA5175) is known color: Royal Heath. HEX triplet: BA, 51 and 75. RGB value is (186,81,117). Sum of RGB (Red+Green+Blue) = 186+81+117=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5175 is #45AE8A. Grayscale: #747474. Windows color (decimal): -4566667 or 7688634. OLE color: 7688634.

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

Color convert

RGB 186 81 117 -
CMYK 0 0.56 0.37 0.27
HSL 339.43º 0.43% 0.52% -
HSV(B) 339.43º 0.56% 0.73% -
XYZ 26.4 17.61 18.84 -
YUV 116.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 186 81 117 0 0.56 0.37 0.27 339.43 0.43 0.52
Hex BA 51 75 0 38 25 1B 153 2B 34
Octal 272 121 165 0 70 45 33 523 53 64
Binary 10111010 1010001 1110101 0 111000 100101 11011 101010011 101011 110100

Color Harmonies of #BA5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5175

Black with #BA5175

Text Example


Text Example

White with #BA5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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