Html Css Color HEX #BA5D7B Royal Heath

📋 copy color: '#BA5D7B'

red 186 ◦ green 93 ◦ blue 123

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

Shades of Royal Heath #BA5D7B

Tints of Royal Heath #BA5D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

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

R = 46.27%
G = 23.13%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA5D7B (or 0xBA5D7B) is known color: Royal Heath. HEX triplet: BA, 5D and 7B. RGB value is (186,93,123). Sum of RGB (Red+Green+Blue) = 186+93+123=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D7B is #45A284. Grayscale: #7C7C7C. Windows color (decimal): -4563589 or 8084922. OLE color: 8084922.

HSL color Cylindrical-coordinate representation of color #BA5D7B: hue angle of 340.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D7B is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 123 -
CMYK 0 0.5 0.34 0.27
HSL 340.65º 0.4% 0.55% -
HSV(B) 340.65º 0.5% 0.73% -
XYZ 27.74 19.7 21.08 -
YUV 124.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 186 93 123 0 0.5 0.34 0.27 340.65 0.4 0.55
Hex BA 5D 7B 0 32 22 1B 155 28 37
Octal 272 135 173 0 62 42 33 525 50 67
Binary 10111010 1011101 1111011 0 110010 100010 11011 101010101 101000 110111

Color Harmonies of #BA5D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D7B

Black with #BA5D7B

Text Example


Text Example

White with #BA5D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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