Html Css Color HEX #BA5B76 Royal Heath

📋 copy color: '#BA5B76'

red 186 ◦ green 91 ◦ blue 118

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

Shades of Royal Heath #BA5B76

Tints of Royal Heath #BA5B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 47.09%
G = 23.04%
B = 29.87%

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

#BA5B76 (or 0xBA5B76) is known color: Royal Heath. HEX triplet: BA, 5B and 76. RGB value is (186,91,118). Sum of RGB (Red+Green+Blue) = 186+91+118=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B76 is #45A489. Grayscale: #7A7A7A. Windows color (decimal): -4564106 or 7756730. OLE color: 7756730.

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

Color convert

RGB 186 91 118 -
CMYK 0 0.51 0.37 0.27
HSL 342.95º 0.41% 0.54% -
HSV(B) 342.95º 0.51% 0.73% -
XYZ 27.26 19.23 19.41 -
YUV 122.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 186 91 118 0 0.51 0.37 0.27 342.95 0.41 0.54
Hex BA 5B 76 0 33 25 1B 157 29 36
Octal 272 133 166 0 63 45 33 527 51 66
Binary 10111010 1011011 1110110 0 110011 100101 11011 101010111 101001 110110

Color Harmonies of #BA5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B76

Black with #BA5B76

Text Example


Text Example

White with #BA5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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