Html Css Color HEX #BA527B Royal Heath

📋 copy color: '#BA527B'

red 186 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #BA527B

Tints of Royal Heath #BA527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 47.57%
G = 20.97%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA527B (or 0xBA527B) is known color: Royal Heath. HEX triplet: BA, 52 and 7B. RGB value is (186,82,123). Sum of RGB (Red+Green+Blue) = 186+82+123=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527B is #45AD84. Grayscale: #757575. Windows color (decimal): -4566405 or 8082106. OLE color: 8082106.

HSL color Cylindrical-coordinate representation of color #BA527B: hue angle of 336.35º 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 #BA527B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 123 -
CMYK 0 0.56 0.34 0.27
HSL 336.35º 0.43% 0.53% -
HSV(B) 336.35º 0.56% 0.73% -
XYZ 26.84 17.9 20.78 -
YUV 117.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 186 82 123 0 0.56 0.34 0.27 336.35 0.43 0.53
Hex BA 52 7B 0 38 22 1B 150 2B 35
Octal 272 122 173 0 70 42 33 520 53 65
Binary 10111010 1010010 1111011 0 111000 100010 11011 101010000 101011 110101

Color Harmonies of #BA527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA527B

Black with #BA527B

Text Example


Text Example

White with #BA527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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