Html Css Color HEX #BA486B Royal Heath

📋 copy color: '#BA486B'

red 186 ◦ green 72 ◦ blue 107

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

Shades of Royal Heath #BA486B

Tints of Royal Heath #BA486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 50.96%
G = 19.73%
B = 29.32%

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

#BA486B (or 0xBA486B) is known color: Royal Heath. HEX triplet: BA, 48 and 6B. RGB value is (186,72,107). Sum of RGB (Red+Green+Blue) = 186+72+107=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA486B is #45B794. Grayscale: #6E6E6E. Windows color (decimal): -4568981 or 7030970. OLE color: 7030970.

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

Color convert

RGB 186 72 107 -
CMYK 0 0.61 0.42 0.27
HSL 341.58º 0.45% 0.51% -
HSV(B) 341.58º 0.61% 0.73% -
XYZ 25.22 16.14 15.7 -
YUV 110.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 186 72 107 0 0.61 0.42 0.27 341.58 0.45 0.51
Hex BA 48 6B 0 3D 2A 1B 156 2D 33
Octal 272 110 153 0 75 52 33 526 55 63
Binary 10111010 1001000 1101011 0 111101 101010 11011 101010110 101101 110011

Color Harmonies of #BA486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA486B

Black with #BA486B

Text Example


Text Example

White with #BA486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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