Html Css Color HEX #BA486C Royal Heath

📋 copy color: '#BA486C'

red 186 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #BA486C

Tints of Royal Heath #BA486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 50.82%
G = 19.67%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA486C (or 0xBA486C) is known color: Royal Heath. HEX triplet: BA, 48 and 6C. RGB value is (186,72,108). Sum of RGB (Red+Green+Blue) = 186+72+108=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA486C is #45B793. Grayscale: #6E6E6E. Windows color (decimal): -4568980 or 7096506. OLE color: 7096506.

HSL color Cylindrical-coordinate representation of color #BA486C: hue angle of 341.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA486C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 108 -
CMYK 0 0.61 0.42 0.27
HSL 341.05º 0.45% 0.51% -
HSV(B) 341.05º 0.61% 0.73% -
XYZ 25.27 16.16 15.97 -
YUV 110.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 186 72 108 0 0.61 0.42 0.27 341.05 0.45 0.51
Hex BA 48 6C 0 3D 2A 1B 155 2D 33
Octal 272 110 154 0 75 52 33 525 55 63
Binary 10111010 1001000 1101100 0 111101 101010 11011 101010101 101101 110011

Color Harmonies of #BA486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA486C

Black with #BA486C

Text Example


Text Example

White with #BA486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA486C; }

 p { color: rgb(186,72,108); }

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

background-color css

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

 a { background-color: rgb(186,72,108); }

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

border-color css

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

 span { border-color: rgb(186,72,108); }

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