Html Css Color HEX #BA5275 Royal Heath

📋 copy color: '#BA5275'

red 186 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #BA5275

Tints of Royal Heath #BA5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 48.31%
G = 21.3%
B = 30.39%

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

#BA5275 (or 0xBA5275) is known color: Royal Heath. HEX triplet: BA, 52 and 75. RGB value is (186,82,117). Sum of RGB (Red+Green+Blue) = 186+82+117=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5275 is #45AD8A. Grayscale: #757575. Windows color (decimal): -4566411 or 7688890. OLE color: 7688890.

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

Color convert

RGB 186 82 117 -
CMYK 0 0.56 0.37 0.27
HSL 339.81º 0.43% 0.53% -
HSV(B) 339.81º 0.56% 0.73% -
XYZ 26.48 17.76 18.86 -
YUV 117.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 186 82 117 0 0.56 0.37 0.27 339.81 0.43 0.53
Hex BA 52 75 0 38 25 1B 154 2B 35
Octal 272 122 165 0 70 45 33 524 53 65
Binary 10111010 1010010 1110101 0 111000 100101 11011 101010100 101011 110101

Color Harmonies of #BA5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5275

Black with #BA5275

Text Example


Text Example

White with #BA5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5275; }

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

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

background-color css

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

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

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

border-color css

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

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

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