Html Css Color HEX #BA4B80 Royal Heath

📋 copy color: '#BA4B80'

red 186 ◦ green 75 ◦ blue 128

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

Shades of Royal Heath #BA4B80

Tints of Royal Heath #BA4B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 47.81%
G = 19.28%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4B80 (or 0xBA4B80) is known color: Royal Heath. HEX triplet: BA, 4B and 80. RGB value is (186,75,128). Sum of RGB (Red+Green+Blue) = 186+75+128=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B80 is #45B47F. Grayscale: #727272. Windows color (decimal): -4568192 or 8407994. OLE color: 8407994.

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

Color convert

RGB 186 75 128 -
CMYK 0 0.60 0.31 0.27
HSL 331.35º 0.45% 0.51% -
HSV(B) 331.35º 0.6% 0.73% -
XYZ 26.66 17.03 22.3 -
YUV 114.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 186 75 128 0 0.60 0.31 0.27 331.35 0.45 0.51
Hex BA 4B 80 0 3C 1F 1B 14B 2D 33
Octal 272 113 200 0 74 37 33 513 55 63
Binary 10111010 1001011 10000000 0 111100 11111 11011 101001011 101101 110011

Color Harmonies of #BA4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B80

Black with #BA4B80

Text Example


Text Example

White with #BA4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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