Html Css Color HEX #BA5C76 Royal Heath

📋 copy color: '#BA5C76'

red 186 ◦ green 92 ◦ blue 118

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

Shades of Royal Heath #BA5C76

Tints of Royal Heath #BA5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 46.97%
G = 23.23%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5C76 (or 0xBA5C76) is known color: Royal Heath. HEX triplet: BA, 5C and 76. RGB value is (186,92,118). Sum of RGB (Red+Green+Blue) = 186+92+118=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C76 is #45A389. Grayscale: #7B7B7B. Windows color (decimal): -4563850 or 7756986. OLE color: 7756986.

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

Color convert

RGB 186 92 118 -
CMYK 0 0.51 0.37 0.27
HSL 343.4º 0.41% 0.55% -
HSV(B) 343.4º 0.51% 0.73% -
XYZ 27.35 19.4 19.44 -
YUV 123.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 186 92 118 0 0.51 0.37 0.27 343.4 0.41 0.55
Hex BA 5C 76 0 33 25 1B 157 29 37
Octal 272 134 166 0 63 45 33 527 51 67
Binary 10111010 1011100 1110110 0 110011 100101 11011 101010111 101001 110111

Color Harmonies of #BA5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C76

Black with #BA5C76

Text Example


Text Example

White with #BA5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C76; }

 p { color: rgb(186,92,118); }

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

background-color css

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

 a { background-color: rgb(186,92,118); }

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

border-color css

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

 span { border-color: rgb(186,92,118); }

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