Html Css Color HEX #BA4B76 Royal Heath

📋 copy color: '#BA4B76'

red 186 ◦ green 75 ◦ blue 118

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

Shades of Royal Heath #BA4B76

Tints of Royal Heath #BA4B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 49.08%
G = 19.79%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4B76 (or 0xBA4B76) is known color: Royal Heath. HEX triplet: BA, 4B and 76. RGB value is (186,75,118). Sum of RGB (Red+Green+Blue) = 186+75+118=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B76 is #45B489. Grayscale: #717171. Windows color (decimal): -4568202 or 7752634. OLE color: 7752634.

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

Color convert

RGB 186 75 118 -
CMYK 0 0.60 0.37 0.27
HSL 336.76º 0.45% 0.51% -
HSV(B) 336.76º 0.6% 0.73% -
XYZ 26.04 16.78 19.01 -
YUV 113.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 186 75 118 0 0.60 0.37 0.27 336.76 0.45 0.51
Hex BA 4B 76 0 3C 25 1B 151 2D 33
Octal 272 113 166 0 74 45 33 521 55 63
Binary 10111010 1001011 1110110 0 111100 100101 11011 101010001 101101 110011

Color Harmonies of #BA4B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B76

Black with #BA4B76

Text Example


Text Example

White with #BA4B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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